mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-10-12 12:04:13 -04:00
typo
This commit is contained in:
@@ -62,7 +62,7 @@ func TestRequestSerialization(t *testing.T) {
|
||||
assert.Byte(byte(expectedRequest.Security)).Equals(byte(actualRequest.Security))
|
||||
|
||||
_, err = server.DecodeRequestHeader(buffer2)
|
||||
// anti reply attack
|
||||
// anti replay attack
|
||||
assert.Error(err).IsNotNil()
|
||||
|
||||
cancel()
|
||||
|
Reference in New Issue
Block a user