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/Makefile.am | 3 +- tests/data/test530 | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 tests/data/test530 (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 250084de7..4c1bdb120 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -34,5 +34,6 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test250 test251 test252 test253 test254 test255 test521 test522 test523 \ test256 test257 test258 test259 test260 test261 test262 test263 test264 \ test265 test266 test267 test268 test269 test270 test271 test272 test273 \ - test274 test275 test524 test525 test276 test277 test526 test527 test528 + test274 test275 test524 test525 test276 test277 test526 test527 test528 \ + 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