mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
fix #1493
This commit is contained in:
parent
1c830472b9
commit
d35c407419
@ -263,5 +263,13 @@ func (d *DefaultDispatcher) routedDispatch(ctx context.Context, link *transport.
|
||||
newError("default route for ", destination).WriteToLog(session.ExportIDToError(ctx))
|
||||
}
|
||||
}
|
||||
|
||||
if dispatcher == nil {
|
||||
newError("default outbound handler not exist").WriteToLog(session.ExportIDToError(ctx))
|
||||
common.Close(link.Writer)
|
||||
pipe.CloseError(link.Reader)
|
||||
return
|
||||
}
|
||||
|
||||
dispatcher.Dispatch(ctx, link)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user