This commit is contained in:
邹宗楠
2025-02-07 09:40:30 +08:00
parent ab090a9fee
commit 93aaf0f58a

View File

@@ -64,6 +64,7 @@ func handleConn(c net.Conn) error {
}
for {
printRemoteAddr := c.RemoteAddr().String()
printRemoteAddr = strings.Split(printRemoteAddr, ":")[0]
globals.SugarLogger.Debugf("--------printRemoteAddr := %s", printRemoteAddr)
buffer, n, err := ConnRead(c)
if err != nil {