1
This commit is contained in:
@@ -34,6 +34,7 @@ func ListenTcp() {
|
||||
go func() {
|
||||
if err := t.handleConn(c); err != nil {
|
||||
t = nil
|
||||
l.Close()
|
||||
return
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user