1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

fix test break

This commit is contained in:
Darien Raymond 2016-12-07 00:52:36 +01:00
parent 5f2eb09226
commit 544c6e8f71
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -52,6 +52,7 @@ func (v *AuthenticationReader) NextChunk() error {
return err
}
v.chunk = plainChunk
v.buffer.SliceFrom(size + 2)
return nil
}