1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-10-12 12:04:13 -04:00
This commit is contained in:
Darien Raymond
2017-02-21 15:48:21 +01:00
parent a3a772e1d0
commit 3112d3a2d3
2 changed files with 2 additions and 2 deletions

View File

@@ -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()