mirror of
https://github.com/fatedier/frp.git
synced 2025-07-14 18:01:06 +07:00
web: support http basic auth in dashboard
This commit is contained in:
@ -434,7 +434,9 @@ func (pxy *UdpProxy) Close() {
|
||||
pxy.isClosed = true
|
||||
|
||||
pxy.BaseProxy.Close()
|
||||
pxy.workConn.Close()
|
||||
if pxy.workConn != nil {
|
||||
pxy.workConn.Close()
|
||||
}
|
||||
pxy.udpConn.Close()
|
||||
|
||||
// all channels only closed here
|
||||
|
Reference in New Issue
Block a user