From c3d871aef46a07eb08b5bf580e24135d1a150425 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 6 Sep 2008 18:24:04 +0000 Subject: Added HTTP 1.0 downgrade tests with proxies --- tests/data/test1078 | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 tests/data/test1078 (limited to 'tests/data/test1078') diff --git a/tests/data/test1078 b/tests/data/test1078 new file mode 100644 index 000000000..32e0857cd --- /dev/null +++ b/tests/data/test1078 @@ -0,0 +1,85 @@ + + + +HTTP +HTTP/1.0 +HTTP GET +HTTP CONNECT +proxytunnel + + + +# +# Server-side + + +HTTP/1.0 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Funny-head: yesyes +Content-Length: 9 +Connection: keep-alive + +contents + + + +# +# Client-side + + +http + + +HTTP CONNECT with proxytunnel and downgrade to HTTP/1.0 + + +-x %HOSTIP:%HTTPPORT -p http://%HOSTIP:%HTTPPORT/we/want/that/page/1078 http://%HOSTIP:%HTTPPORT/we/want/that/page/1078 + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +CONNECT %HOSTIP:%HTTPPORT HTTP/1.0 +Host: %HOSTIP:%HTTPPORT +Proxy-Connection: Keep-Alive + +GET /we/want/that/page/1078 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /we/want/that/page/1078 HTTP/1.0 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + +HTTP/1.1 200 Mighty fine indeed + +HTTP/1.0 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Funny-head: yesyes +Content-Length: 9 +Connection: keep-alive + +contents +HTTP/1.0 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Funny-head: yesyes +Content-Length: 9 +Connection: keep-alive + +contents + + + -- cgit v1.2.3