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