mirror of
https://github.com/ehang-io/nps.git
synced 2025-08-31 09:36:57 +00:00
close client connection when tcp lost connection in socks5
This commit is contained in:
@@ -270,6 +270,7 @@ func (s *Sock5ModeServer) handleUDP(c net.Conn) {
|
||||
|
||||
b := common.BufPoolUdp.Get().([]byte)
|
||||
defer common.BufPoolUdp.Put(b)
|
||||
defer target.Close()
|
||||
for {
|
||||
_, err := c.Read(b)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user