diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-03-15 17:28:32 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-03-27 15:30:46 +0100 |
commit | 1e29d275c643ef6aab7948f0f55a7a9397e56b42 (patch) | |
tree | 84c06b93ee8092deb48da90e1f21e29dc4a1c11d /tests/data/test302 | |
parent | 142755fa5cdd2fea72c68663bfefeb9c6ccf5315 (diff) |
test1509: verify proxy header response headers count
Modified sws to support and use custom CONNECT responses instead of the
previously naive hard-coded version. Made the HTTP test server able to
extract test case number from the host name in a CONNECT request by
finding the number after the last dot. It makes 'machine.moo.123' use
test case 123.
Adapted a larger amount of tests to the new <connect> style.
Bug: http://curl.haxx.se/bug/view.cgi?id=1204
Reported by: Martin Jansen
Diffstat (limited to 'tests/data/test302')
-rw-r--r-- | tests/data/test302 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/data/test302 b/tests/data/test302 index 1223f1c33..7bb162b41 100644 --- a/tests/data/test302 +++ b/tests/data/test302 @@ -9,6 +9,17 @@ FAILURE </keywords> </info> +# Server-side +<reply> + +<connect nocheck="yes"> +HTTP/1.1 405 Method Not Allowed swsclose
+
+And you should ignore this data. +</connect> + +</reply> + # Client-side <client> <features> @@ -21,7 +32,7 @@ https HTTPS GET over HTTP proxy fails </name> <command> --k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test/slash/302 +-k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test:302/slash/302 </command> </client> |