diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-08 15:49:19 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-08 15:49:19 +0000 |
commit | 31baaf72b424edf62dfc338afefb046fcbb1b5ac (patch) | |
tree | df0b04e2feb1517b829f9d6d8d071a396466a818 /tests/data/test287 | |
parent | c92b996942a91018c23f2da56dac0b2b83057445 (diff) |
Changed host name to be under the haxx.se domain
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 56c1b23dc..30f5834d5 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.server.com:287/path/287 -H "User-Agent: looser/2007" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel +http://test.remote.haxx.se: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.server.com:287 HTTP/1.1
-Host: test.remote.server.com:287
+CONNECT test.remote.haxx.se:287 HTTP/1.1
+Host: test.remote.haxx.se:287
Proxy-Connection: Keep-Alive
User-Agent: looser/2007
|