mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
udp proxy: fix #652
This commit is contained in:
@@ -82,6 +82,7 @@ func Forwarder(dstAddr *net.UDPAddr, readCh <-chan *msg.UdpPacket, sendCh chan<-
|
||||
mu.Lock()
|
||||
delete(udpConnMap, addr)
|
||||
mu.Unlock()
|
||||
udpConn.Close()
|
||||
}()
|
||||
|
||||
buf := pool.GetBuf(1500)
|
||||
|
Reference in New Issue
Block a user