1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-03 07:45:29 -05:00

drain replayed connection

This commit is contained in:
Shelikhoo
2020-06-02 20:02:08 +08:00
parent 34c13f3b27
commit 8f45736dd3

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