Kaynağa Gözat

fix test break

Darien Raymond 9 yıl önce
ebeveyn
işleme
544c6e8f71
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      common/crypto/auth.go

+ 1 - 0
common/crypto/auth.go

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