Updated cURL version.

This commit is contained in:
Asher Baker
2013-03-17 22:23:20 +00:00
parent 986aa2a477
commit 63175aa3cb
1510 changed files with 213259 additions and 161405 deletions
+4 -4
View File
@@ -12,7 +12,7 @@ proxytunnel
<reply>
# this is returned first since we get no proxy-auth
<data nocheck="1">
<data nocheck="yes">
HTTP/1.1 405 Method Not Allowed swsclose
And you should ignore this data.
@@ -29,15 +29,15 @@ http
HTTP proxy CONNECT with custom User-Agent header
</name>
<command>
http://test.remote.server.com:287/path/287 -H "User-Agent: looser/2007" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel
http://test.remote.example.com:287/path/287 -H "User-Agent: looser/2007" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
CONNECT test.remote.server.com:287 HTTP/1.0
Host: test.remote.server.com:287
CONNECT test.remote.example.com:287 HTTP/1.1
Host: test.remote.example.com:287
Proxy-Connection: Keep-Alive
User-Agent: looser/2007