From e3c15fc4b9e9ebc9b5e7aa056b10ae0caeaef90d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Sep 2006 11:56:56 +0000 Subject: test 530 is the first ever HTTP pipelining test for libcurl --- tests/data/test530 | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 tests/data/test530 (limited to 'tests/data/test530') diff --git a/tests/data/test530 b/tests/data/test530 new file mode 100644 index 000000000..671efd85c --- /dev/null +++ b/tests/data/test530 @@ -0,0 +1,78 @@ + + +HTTP +Pipelining + + +# Server-side + + +pipe: 4 + + +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 + +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 + +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 + +file contents should appear once for each file + + + +# Client-side + + +http + + +lib530 + + +HTTP GET using pipelining + + +http://%HOSTIP:%HTTPPORT/path/530 + + + +# Verify data after the test has been "shot" + + + + +GET /path/530 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /path/530 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /path/530 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /path/530 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + -- cgit v1.2.3