From a4f6df985a499f437cd9a9eaa247a25f129f85f2 Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Tue, 27 Sep 2016 16:37:01 +0300 Subject: [PATCH] Iris has been updated to v4.4.0 . Fix travis http_test... Please read HISTORY.md --- http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_test.go b/http_test.go index 709ef666..e79c3aac 100644 --- a/http_test.go +++ b/http_test.go @@ -150,7 +150,7 @@ func TestParseAddr(t *testing.T) { // Contains the server test for multi running servers func TestMultiRunningServers_v1_PROXY(t *testing.T) { defer Close() - host := "mydomain.com" // you have to add it to your hosts file( for windows, as 127.0.0.1 mydomain.com) + host := "localhost" // you have to add it to your hosts file( for windows, as 127.0.0.1 mydomain.com) initDefault() Default.Config.DisableBanner = true // create the key and cert files on the fly, and delete them when this test finished