From f34573c8e257a61925f8980bc814adb93133c79d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Nov 2001 23:09:02 +0000 Subject: new tests --- tests/data/test303 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tests/data/test303 (limited to 'tests/data/test303') diff --git a/tests/data/test303 b/tests/data/test303 new file mode 100644 index 000000000..1b2253d41 --- /dev/null +++ b/tests/data/test303 @@ -0,0 +1,40 @@ +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Connection: close + +result + + +wait 10 + + + +# Client-side + + +HTTPS with 2 secs timeout + + +http://%HOSTIP:%HOSTPORT/want/303 -m 2 + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /want/303 HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + +28 + + -- cgit v1.2.3