This commit is contained in:
evilsocket 2018-02-08 05:08:34 +01:00
commit d9453396bc

View file

@ -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()
}