This commit is contained in:
Kovid Goyal 2026-04-21 13:12:45 +05:30
parent 3d8a2fbb4f
commit 1ca6dba7e1
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -83,7 +83,6 @@ func (s *StreamingBase64Decoder) Decode(input []byte, output []byte) iter.Seq2[[
if !yield(output[outOffset:outOffset+n], nil) {
return
}
outOffset += n
}
currIn = currIn[processableLen:]
s.total_read += int64(processableLen)