mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +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