reverse last debug commit

This commit is contained in:
Jason
2019-08-11 15:11:06 +08:00
parent a0c52c0d37
commit d3a2debe8e
2 changed files with 0 additions and 7 deletions

View File

@@ -40,7 +40,6 @@ func (h *tcpHandler) relay(localConn, remoteConn net.Conn) {
// Close
defer func() {
log.Warnf("relay close")
localConn.Close()
remoteConn.Close()
}()