From 23550fe5def6db95598d877464f7a41465ee37c0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Sep 2004 18:21:45 +0000 Subject: Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on it resolving nicely --- tests/data/test503 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test503') diff --git a/tests/data/test503 b/tests/data/test503 index b9f093f35..2189054e9 100644 --- a/tests/data/test503 +++ b/tests/data/test503 @@ -34,7 +34,7 @@ lib503 simple multi http:// through proxytunnel with authentication info -http://%HOSTIP:%HTTPSPORT/503 localhost:%HTTPPORT +http://%HOSTIP:%HTTPSPORT/503 127.0.0.1:%HTTPPORT foo -- cgit v1.2.3