diff --git a/modules/http_proxy_base.go b/modules/http_proxy_base.go index ae3670a1..9d88332c 100644 --- a/modules/http_proxy_base.go +++ b/modules/http_proxy_base.go @@ -246,7 +246,7 @@ func (p *HTTPProxy) ConfigureTLS(address string, proxyPort int, httpPort int, sc } func (p *HTTPProxy) httpWorker() error { - fmt.Printf(" httpWorker\n") + fmt.Printf(" httpWorker, server=%v\n", p.Server) p.isRunning = true return p.Server.ListenAndServe() }