mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-08-24 15:38:35 +00:00
fix no handler found
This commit is contained in:
parent
42e227dcfe
commit
b95f15c09d
@ -290,7 +290,8 @@ func (h *Handler) Dial(ctx context.Context, dest net.Destination) (stat.Connecti
|
||||
return h.getStatCouterConnection(conn), nil
|
||||
}
|
||||
|
||||
errors.LogWarning(ctx, "failed to get outbound handler with tag: ", tag)
|
||||
errors.LogError(ctx, "failed to get outbound handler with tag: ", tag)
|
||||
return nil, errors.New("failed to get outbound handler with tag: " + tag)
|
||||
}
|
||||
|
||||
if h.senderSettings.Via != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user