mirror of https://github.com/v2ray/v2ray-core
refine error message
parent
723a693c78
commit
f871ca63e2
|
@ -125,7 +125,7 @@ func (this *VMessOutboundHandler) handleResponse(session *encoding.ClientSession
|
||||||
header, err := session.DecodeResponseHeader(reader)
|
header, err := session.DecodeResponseHeader(reader)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
conn.SetReusable(false)
|
conn.SetReusable(false)
|
||||||
log.Warning("VMess|Outbound: Failed to read response: ", err)
|
log.Warning("VMess|Outbound: Failed to read response from ", request.Destination(), ": ", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
go this.handleCommand(dest, header.Command)
|
go this.handleCommand(dest, header.Command)
|
||||||
|
|
Loading…
Reference in New Issue