mirror of https://github.com/v2ray/v2ray-core
output detailed error message
parent
cfcf16feed
commit
396cf21597
|
@ -67,7 +67,7 @@ func (h *Handler) Dispatch(ctx context.Context, outboundRay ray.OutboundRay) {
|
||||||
err := h.proxy.Process(ctx, outboundRay, h)
|
err := h.proxy.Process(ctx, outboundRay, h)
|
||||||
// Ensure outbound ray is properly closed.
|
// Ensure outbound ray is properly closed.
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Warning("Proxyman|OutboundHandler: Failed to process outbound traffic.")
|
log.Warning("Proxyman|OutboundHandler: Failed to process outbound traffic: ", err)
|
||||||
if errors.Cause(err) != io.EOF {
|
if errors.Cause(err) != io.EOF {
|
||||||
outboundRay.OutboundOutput().CloseError()
|
outboundRay.OutboundOutput().CloseError()
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue