Update forward.go

This commit is contained in:
csznet
2025-01-07 17:17:38 +08:00
committed by GitHub
parent c70e39ccfb
commit c18b270a01

View File

@@ -166,6 +166,7 @@ func (cs *ConnectionStats) handleTCPConnection(clientConn net.Conn, ctx context.
return
default:
copyWG.Wait()
return
}
}
}