This commit is contained in:
evilsocket 2018-02-08 05:13:19 +01:00
parent d9453396bc
commit fe2aa62e27

View file

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