From: Daniel Stenberg Date: Wed, 9 Mar 2011 13:10:44 +0000 (+0100) Subject: test523: avoid using haxx.se X-Git-Tag: curl-7_21_5~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16dcd13a2a98e0dcf756de9f67f14cc156b5e7f8;p=thirdparty%2Fcurl.git 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! --- diff --git a/tests/data/test523 b/tests/data/test523 index 6c1efbd5d8..bae7e6ffa3 100644 --- a/tests/data/test523 +++ b/tests/data/test523 @@ -39,7 +39,7 @@ HTTP GET with proxy and CURLOPT_PORT # first URL then proxy -http://www.haxx.se:999/523 http://%HOSTIP:%HTTPPORT +http://www.example.com:999/523 http://%HOSTIP:%HTTPPORT @@ -50,9 +50,9 @@ http://www.haxx.se:999/523 http://%HOSTIP:%HTTPPORT ^User-Agent:.* -GET HTTP://www.haxx.se:19999/523 HTTP/1.1 +GET HTTP://www.example.com:19999/523 HTTP/1.1 Authorization: Basic eHh4Onl5eQ== -Host: www.haxx.se:19999 +Host: www.example.com:19999 Accept: */* Proxy-Connection: Keep-Alive