This commit is contained in:
suyl
2021-06-15 15:53:14 +08:00
parent 446aed8515
commit 14ef7cb40a

View File

@@ -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)
} }