From daadcfd1de6d6369e0f2c0c1bca528995196ffaf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 19 Jan 2008 10:14:45 +0000 Subject: Dmitry Kurochkin fixed test case 530 (pipelining) --- tests/data/test530 | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'tests/data') diff --git a/tests/data/test530 b/tests/data/test530 index 98064a3aa..40ac42fc6 100644 --- a/tests/data/test530 +++ b/tests/data/test530 @@ -7,19 +7,21 @@ Pipelining # Server-side - -pipe: 1 -pipe: 3 - - + HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Content-Length: 47 file contents should appear once for each file + + HTTP/1.1 200 OK + + Date: Thu, 09 Nov 2010 14:49:00 GMT + + Server: test-server/fake Content-Length: 47 @@ -36,7 +38,7 @@ Server: test-server/fake Content-Length: 47 file contents should appear once for each file - + # Client-side @@ -58,19 +60,19 @@ http://%HOSTIP:%HTTPPORT/path/530 # Verify data after the test has been "shot" -GET /path/530 HTTP/1.1 +GET /path/5300001 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* -GET /path/530 HTTP/1.1 +GET /path/5300002 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* -GET /path/530 HTTP/1.1 +GET /path/5300003 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* -GET /path/530 HTTP/1.1 +GET /path/5300004 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* -- cgit v1.2.3