]> granicus.if.org Git - curl/commitdiff
test523: avoid using haxx.se
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Mar 2011 13:10:44 +0000 (14:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Mar 2011 22:05:44 +0000 (23:05 +0100)
... since search engines find what they think is a URL in this, they
hammer www.haxx.se on this port!

tests/data/test523

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