remove goroutine on command handling

pull/330/head
Darien Raymond 8 years ago
parent d6a6e0aaf8
commit f47c21c422
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -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…
Cancel
Save