mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-07 10:47:48 -05:00
unexpected -> invalid
This commit is contained in:
parent
5e753007ad
commit
070e72f581
@ -123,7 +123,7 @@ func DecodeRequestHeader(reader io.Reader, validator *vless.Validator) (*protoco
|
||||
|
||||
default:
|
||||
|
||||
return nil, nil, newError("unexpected request version"), pre
|
||||
return nil, nil, newError("invalid request version"), pre
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user