mirror of https://github.com/v2ray/v2ray-core
Fix
parent
ef872ffe01
commit
a308620073
|
@ -377,7 +377,7 @@ func (h *Handler) Process(ctx context.Context, network net.Network, connection i
|
||||||
|
|
||||||
switch requestAddons.Flow {
|
switch requestAddons.Flow {
|
||||||
case vless.XRO, vless.XRD:
|
case vless.XRO, vless.XRD:
|
||||||
if account.Flow == vless.XRO || account.Flow == vless.XRD {
|
if account.Flow == requestAddons.Flow {
|
||||||
switch request.Command {
|
switch request.Command {
|
||||||
case protocol.RequestCommandMux:
|
case protocol.RequestCommandMux:
|
||||||
return newError(requestAddons.Flow + " doesn't support Mux").AtWarning()
|
return newError(requestAddons.Flow + " doesn't support Mux").AtWarning()
|
||||||
|
|
Loading…
Reference in New Issue