mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-27 12:35:21 -05:00
typo
This commit is contained in:
@@ -165,7 +165,7 @@ func (v *ServerSession) DecodeRequestHeader(reader io.Reader) (*protocol.Request
|
||||
copy(sid.key[:], v.requestBodyKey)
|
||||
copy(sid.nonce[:], v.requestBodyIV)
|
||||
if v.sessionHistory.has(sid) {
|
||||
return nil, errors.New("VMess|Server: Duplicated session id. Possibly under reply attack.")
|
||||
return nil, errors.New("VMess|Server: Duplicated session id. Possibly under replay attack.")
|
||||
}
|
||||
v.sessionHistory.add(sid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user