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/test551 | |
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/test551')
-rw-r--r-- | tests/data/test551 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test551 b/tests/data/test551 index 8027d91cf..4f5220a26 100644 --- a/tests/data/test551 +++ b/tests/data/test551 @@ -66,7 +66,7 @@ lib547 HTTP proxy auth Digest with POST data from read callback </name> <command> -http://test.remote.haxx.se/path/551 http://%HOSTIP:%HTTPPORT s1lly:pers0n +http://test.remote.example.com/path/551 http://%HOSTIP:%HTTPPORT s1lly:pers0n </command> </client> @@ -76,17 +76,17 @@ http://test.remote.haxx.se/path/551 http://%HOSTIP:%HTTPPORT s1lly:pers0n ^User-Agent: curl/.* </strip> <protocol> -POST http://test.remote.haxx.se/path/551 HTTP/1.1
-Host: test.remote.haxx.se
+POST http://test.remote.example.com/path/551 HTTP/1.1
+Host: test.remote.example.com
Accept: */*
Proxy-Connection: Keep-Alive
Content-Length: 36
Content-Type: application/x-www-form-urlencoded
this is the blurb we want to upload -POST http://test.remote.haxx.se/path/551 HTTP/1.1
+POST http://test.remote.example.com/path/551 HTTP/1.1
Proxy-Authorization: Digest username="s1lly", realm="something fun to read", nonce="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", uri="/path/551", response="3325240726fbdaf1e61f3a0dd40b930c"
-Host: test.remote.haxx.se
+Host: test.remote.example.com
Accept: */*
Proxy-Connection: Keep-Alive
Content-Length: 36
|