aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test303
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-02 23:09:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-02 23:09:02 +0000
commitf34573c8e257a61925f8980bc814adb93133c79d (patch)
treef1ed61e5e973a958cf44caef37580c81eab8dcd0 /tests/data/test303
parent4163b86cd2562dbffaea1541b0ec9e7c982a0dda (diff)
new tests
Diffstat (limited to 'tests/data/test303')
-rw-r--r--tests/data/test30340
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>