client cleanup
This commit is contained in:
@@ -171,7 +171,7 @@ func (s *Server) proxyRawConnection(clientConn net.Conn, tunnelConn *TunnelConne
|
||||
}
|
||||
}()
|
||||
|
||||
// Handle tunnel -> client (read from response channel)
|
||||
// Return Client Response Data
|
||||
for data := range responseChan {
|
||||
if _, err := clientConn.Write(data); err != nil {
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user