From 14ef7cb40a2133bb6db227cc3905b25cd729efd8 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 15 Jun 2021 15:53:14 +0800 Subject: [PATCH] aa --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index f98c17096..06fb41ca8 100644 --- a/main.go +++ b/main.go @@ -155,7 +155,6 @@ func main() { fmt.Println("accept error:", err) break } - c.Close() globals.SugarLogger.Debugf("tcp socket:", utils.Format4Output(c, true)) go handleConn(c) }