Update buffer usage

This commit is contained in:
世界 2023-11-29 17:35:40 +08:00
parent 5948ffb965
commit 7df151e820
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 9 additions and 9 deletions

View file

@ -134,7 +134,7 @@ func (c *VisionConn) Read(p []byte) (n int, err error) {
buffers = common.Map(buffers, func(it *buf.Buffer) *buf.Buffer {
return it.ToOwned()
})
chunkBuffer.FullReset()
chunkBuffer.Reset()
}
if c.remainingContent == 0 && c.remainingPadding == 0 {
if c.currentCommand == commandPaddingEnd {