mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
remove goroutine on command handling
This commit is contained in:
parent
d6a6e0aaf8
commit
f47c21c422
@ -136,7 +136,7 @@ func (v *VMessOutboundHandler) handleResponse(session *encoding.ClientSession, c
|
||||
log.Warning("VMess|Outbound: Failed to read response from ", request.Destination(), ": ", err)
|
||||
return
|
||||
}
|
||||
go v.handleCommand(dest, header.Command)
|
||||
v.handleCommand(dest, header.Command)
|
||||
|
||||
conn.SetReusable(header.Option.Has(protocol.ResponseOptionConnectionReuse))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user