This commit is contained in:
evilsocket 2018-02-08 05:13:59 +01:00
commit c269943832

View file

@ -340,7 +340,6 @@ func (p *HTTPProxy) Start() {
}
if err != nil {
p.Server.Shutdown(nil)
log.Fatal("%s", err)
}
}()