mirror of https://github.com/v2ray/v2ray-core
switch to info
parent
0cfd8ab423
commit
c0ea29a2ed
|
@ -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 && errors.Cause(err) != io.EOF {
|
if err != nil && errors.Cause(err) != io.EOF {
|
||||||
log.Warning("Proxyman|OutboundHandler: Failed to process outbound traffic: ", err)
|
log.Info("Proxyman|OutboundHandler: Failed to process outbound traffic: ", err)
|
||||||
outboundRay.OutboundOutput().CloseError()
|
outboundRay.OutboundOutput().CloseError()
|
||||||
} else {
|
} else {
|
||||||
outboundRay.OutboundOutput().Close()
|
outboundRay.OutboundOutput().Close()
|
||||||
|
|
Loading…
Reference in New Issue