test523: avoid using haxx.se

... since search engines find what they think is a URL in this, they
hammer www.haxx.se on this port!
This commit is contained in:
Daniel Stenberg
2011-03-09 14:10:44 +01:00
parent 8a26a8d833
commit 16dcd13a2a

View File

@@ -39,7 +39,7 @@ HTTP GET with proxy and CURLOPT_PORT
</name> </name>
# first URL then proxy # first URL then proxy
<command> <command>
http://www.haxx.se:999/523 http://%HOSTIP:%HTTPPORT http://www.example.com:999/523 http://%HOSTIP:%HTTPPORT
</command> </command>
</client> </client>
@@ -50,9 +50,9 @@ http://www.haxx.se:999/523 http://%HOSTIP:%HTTPPORT
^User-Agent:.* ^User-Agent:.*
</strip> </strip>
<protocol> <protocol>
GET HTTP://www.haxx.se:19999/523 HTTP/1.1 GET HTTP://www.example.com:19999/523 HTTP/1.1
Authorization: Basic eHh4Onl5eQ== Authorization: Basic eHh4Onl5eQ==
Host: www.haxx.se:19999 Host: www.example.com:19999
Accept: */* Accept: */*
Proxy-Connection: Keep-Alive Proxy-Connection: Keep-Alive