frps: release resources in service.Close() (#4667)
This commit is contained in:
committed by
GitHub
Unverified
parent
8b86e1473c
commit
e0dd947e6a
@@ -112,6 +112,10 @@ func (g *Gateway) Run() {
|
||||
}
|
||||
}
|
||||
|
||||
func (g *Gateway) Close() error {
|
||||
return g.ln.Close()
|
||||
}
|
||||
|
||||
func (g *Gateway) handleConn(conn net.Conn) {
|
||||
defer conn.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user