aa
This commit is contained in:
1
main.go
1
main.go
@@ -155,7 +155,6 @@ func main() {
|
|||||||
fmt.Println("accept error:", err)
|
fmt.Println("accept error:", err)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
c.Close()
|
|
||||||
globals.SugarLogger.Debugf("tcp socket:", utils.Format4Output(c, true))
|
globals.SugarLogger.Debugf("tcp socket:", utils.Format4Output(c, true))
|
||||||
go handleConn(c)
|
go handleConn(c)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user