From b7eeb6e67fca686f840eacd6b8394edb58b07482 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 Sep 2006 21:49:20 +0000 Subject: Major overhaul introducing http pipelining support and shared connection cache within the multi handle. --- tests/data/test528 | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 tests/data/test528 (limited to 'tests/data/test528') diff --git a/tests/data/test528 b/tests/data/test528 new file mode 100644 index 000000000..2bfdc20ce --- /dev/null +++ b/tests/data/test528 @@ -0,0 +1,62 @@ + + +HTTP + + +# Server-side + + +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 + + +file contents should appear once for each file +file contents should appear once for each file +file contents should appear once for each file +file contents should appear once for each file + + + +# Client-side + + +http + + +lib526 + + +HTTP GET same file using different handles but same connection + + +http://%HOSTIP:%HTTPPORT/path/528 + + + +# Verify data after the test has been "shot" + + + + +GET /path/528 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /path/528 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /path/528 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /path/528 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + -- cgit v1.2.3