From c269943832c0b4516b457366696c00f6de118222 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 8 Feb 2018 05:13:59 +0100 Subject: [PATCH] balls --- modules/http_proxy_base.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/http_proxy_base.go b/modules/http_proxy_base.go index 9720866b..9d88332c 100644 --- a/modules/http_proxy_base.go +++ b/modules/http_proxy_base.go @@ -340,7 +340,6 @@ func (p *HTTPProxy) Start() { } if err != nil { - p.Server.Shutdown(nil) log.Fatal("%s", err) } }()