mirror of https://github.com/v2ray/v2ray-core
fix test break
parent
5f2eb09226
commit
544c6e8f71
|
@ -52,6 +52,7 @@ func (v *AuthenticationReader) NextChunk() error {
|
|||
return err
|
||||
}
|
||||
v.chunk = plainChunk
|
||||
v.buffer.SliceFrom(size + 2)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue