mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Support Stop listener
This commit is contained in:
parent
062d05fdcf
commit
273c8f6c57
@ -169,7 +169,7 @@ func (this *WSListener) Close() error {
|
||||
defer this.Unlock()
|
||||
this.acccepting = false
|
||||
|
||||
log.Warning("WSListener: Yet to support close listening HTTP service")
|
||||
this.listener.Stop()
|
||||
|
||||
close(this.awaitingConns)
|
||||
for connErr := range this.awaitingConns {
|
||||
|
Loading…
x
Reference in New Issue
Block a user