From 246691f9a0ba5191531fe94e1c3f6c0e8467b797 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 8 Feb 2018 03:32:42 +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 6353aa84..70522657 100644 --- a/modules/http_proxy_base.go +++ b/modules/http_proxy_base.go @@ -246,6 +246,7 @@ func (p *HTTPProxy) ConfigureTLS(address string, proxyPort int, httpPort int, sc } func (p *HTTPProxy) httpWorker() error { + log.Info("Starting http worker.") p.isRunning = true return p.Server.ListenAndServe() }