1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

unexpected -> invalid

This commit is contained in:
RPRX 2020-08-03 19:16:14 +00:00 committed by GitHub
parent 5e753007ad
commit 070e72f581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}