diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-03-09 23:04:38 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-09 23:05:44 +0100 |
commit | 08221e738d109059b99f7272cd3964cff88a99e3 (patch) | |
tree | 833bb39f5de3ca7d64351f98e06a2227f9f9577c /tests/data/test287 | |
parent | 16dcd13a2a98e0dcf756de9f67f14cc156b5e7f8 (diff) |
tests: phase out haxx.se
Instead of using haxx.se as a fixed magic host name in lots of tests,
this is a first step to move toward the generic example.com host
instead.
Diffstat (limited to 'tests/data/test287')
-rw-r--r-- | tests/data/test287 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test287 b/tests/data/test287 index 30f5834d5..323d3f392 100644 --- a/tests/data/test287 +++ b/tests/data/test287 @@ -29,15 +29,15 @@ http HTTP proxy CONNECT with custom User-Agent header </name> <command> -http://test.remote.haxx.se:287/path/287 -H "User-Agent: looser/2007" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel +http://test.remote.example.com:287/path/287 -H "User-Agent: looser/2007" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -CONNECT test.remote.haxx.se:287 HTTP/1.1
-Host: test.remote.haxx.se:287
+CONNECT test.remote.example.com:287 HTTP/1.1
+Host: test.remote.example.com:287
Proxy-Connection: Keep-Alive
User-Agent: looser/2007
|