From b3de497d8316647d988e97703f975e0acd40cacd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Jan 2008 12:24:00 +0000 Subject: Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that previously had a number of flaws, perhaps most notably when an application fired up N transfers at once as then they wouldn't pipeline at all that nicely as anyone would think... Test case 530 was also updated to take the improved functionality into account. --- tests/data/test530 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/data') diff --git a/tests/data/test530 b/tests/data/test530 index 80efe465f..98064a3aa 100644 --- a/tests/data/test530 +++ b/tests/data/test530 @@ -8,7 +8,8 @@ Pipelining # Server-side -pipe: 4 +pipe: 1 +pipe: 3 HTTP/1.1 200 OK -- cgit v1.2.3