diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-09-14 19:32:31 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-09-14 19:32:31 +0000 |
commit | 05e4a3026da7c2dfbd3ed340a01d4a221a721168 (patch) | |
tree | d3db47f9c9da29ccf4be95ff951bc2f739d8bae4 /tests/data/test503 | |
parent | 39a416f12a66c52399a32af49f7e7ece8dd7547f (diff) |
Replaced 127.0.0.1 with %HOSTIP where possible
Diffstat (limited to 'tests/data/test503')
-rw-r--r-- | tests/data/test503 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test503 b/tests/data/test503 index 730f5b778..95ae7d4d3 100644 --- a/tests/data/test503 +++ b/tests/data/test503 @@ -35,7 +35,7 @@ lib503 simple multi http:// through proxytunnel with authentication info </name> <command> -http://%HOSTIP:%HTTPSPORT/503 127.0.0.1:%HTTPPORT +http://%HOSTIP:%HTTPSPORT/503 %HOSTIP:%HTTPPORT </command> <file name="log/test503.txt"> foo @@ -49,14 +49,14 @@ moo # Verify data after the test has been "shot" <verify> <protocol> -CONNECT 127.0.0.1:%HTTPSPORT HTTP/1.0
-Host: 127.0.0.1:%HTTPSPORT
+CONNECT %HOSTIP:%HTTPSPORT HTTP/1.0
+Host: %HOSTIP:%HTTPSPORT
Proxy-Authorization: Basic dGVzdDppbmc=
Proxy-Connection: Keep-Alive
GET /503 HTTP/1.1
Authorization: Basic dGVzdDppbmc=
-Host: 127.0.0.1:%HTTPSPORT
+Host: %HOSTIP:%HTTPSPORT
Accept: */*
</protocol> |