diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-02 23:09:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-02 23:09:02 +0000 |
commit | f34573c8e257a61925f8980bc814adb93133c79d (patch) | |
tree | f1ed61e5e973a958cf44caef37580c81eab8dcd0 /tests/data/test303 | |
parent | 4163b86cd2562dbffaea1541b0ec9e7c982a0dda (diff) |
new tests
Diffstat (limited to 'tests/data/test303')
-rw-r--r-- | tests/data/test303 | 40 |
1 files changed, 40 insertions, 0 deletions
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 +<reply> +<data> +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Connection: close + +<html>result</html> +</data> +<postcmd> +wait 10 +</postcmd> +</reply> + +# Client-side +<client> + <name> +HTTPS with 2 secs timeout + </name> + <command> +http://%HOSTIP:%HOSTPORT/want/303 -m 2 +</command> +</test> + +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +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, */*
+
+</protocol> +<errorcode> +28 +</errorcode> +</verify> |