This commit is contained in:
evilsocket 2018-02-08 06:19:55 +01:00
commit 0e9368cc61

View file

@ -337,7 +337,7 @@ func (p *HTTPProxy) Start() {
err = p.httpWorker()
}
if err != nil {
if err != nil && err.Error() != "http: Server closed" {
log.Fatal("%s", err)
}
}()