This commit is contained in:
Kovid Goyal
2026-04-21 13:12:45 +05:30
parent 3d8a2fbb4f
commit 1ca6dba7e1

View File

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