diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2011-03-09 14:10:44 +0100 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-09 23:05:44 +0100 | 
| commit | 16dcd13a2a98e0dcf756de9f67f14cc156b5e7f8 (patch) | |
| tree | 21d82a9064f142b1a51f3743d64517d9fb337b34 /tests/data | |
| parent | 8a26a8d8330e947a893b83f0f4de8dedeb468b7c (diff) | |
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!
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/test523 | 6 | 
1 files changed, 3 insertions, 3 deletions
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   </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
 +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
  | 
