From a1de9367ecc17ae1d77e46b76fb1aba6c9f3ccb2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Oct 2006 06:58:05 +0000 Subject: Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions into account. --- tests/data/test535 | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 tests/data/test535 (limited to 'tests/data/test535') diff --git a/tests/data/test535 b/tests/data/test535 new file mode 100644 index 000000000..ea43a1ab6 --- /dev/null +++ b/tests/data/test535 @@ -0,0 +1,59 @@ + + +HTTP/1.1 404 Badness +Date: Thu, 09 Nov 2010 14:49:00 GMT +ETag: "21025-dc7-39462498" +Content-Length: 6 +Content-Type: text/html +Funny-head: yesyes + +hejsan + + +HTTP/1.1 200 Fine +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Length: 13 +Connection: close +Content-Type: text/html + +fine content + + + +fine content + + + + +# Client-side + + +http + +# tool is what to use instead of 'curl' + +lib533 + + + +HTTP GET multi two files with FAILONERROR + + +http://%HOSTIP:%HTTPPORT/535 http://%HOSTIP:%HTTPPORT/5350001 + + + +# +# Verify data after the test has been "shot" + + +GET /535 HTTP/1.1 +Host: 127.0.0.1:%HTTPPORT +Accept: */* + +GET /5350001 HTTP/1.1 +Host: 127.0.0.1:%HTTPPORT +Accept: */* + + + -- cgit v1.2.3