From 16dcd13a2a98e0dcf756de9f67f14cc156b5e7f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Mar 2011 14:10:44 +0100 Subject: 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! --- tests/data/test523 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/data/test523 b/tests/data/test523 index 6c1efbd5d..bae7e6ffa 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 -- cgit v1.2.3