mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
balls
This commit is contained in:
parent
2c0f87d429
commit
0e9368cc61
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue