1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 09:36:34 -05:00

drain replayed connection

This commit is contained in:
Shelikhoo 2020-06-02 20:02:08 +08:00
parent 34c13f3b27
commit 8f45736dd3
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -182,7 +182,7 @@ func (s *ServerSession) DecodeRequestHeader(reader io.Reader) (*protocol.Request
sid.key = s.requestBodyKey
sid.nonce = s.requestBodyIV
if !s.sessionHistory.addIfNotExits(sid) {
return nil, newError("duplicated session id, possibly under replay attack")
return nil, drainConnection(newError("duplicated session id, possibly under replay attack"))
}
s.responseHeader = buffer.Byte(33) // 1 byte