From 05e4a3026da7c2dfbd3ed340a01d4a221a721168 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 14 Sep 2007 19:32:31 +0000 Subject: Replaced 127.0.0.1 with %HOSTIP where possible --- tests/data/test503 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/data/test503') 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 -http://%HOSTIP:%HTTPSPORT/503 127.0.0.1:%HTTPPORT +http://%HOSTIP:%HTTPSPORT/503 %HOSTIP:%HTTPPORT foo @@ -49,14 +49,14 @@ moo # Verify data after the test has been "shot" -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: */* -- cgit v1.2.3