From 1ca6dba7e1124ccdab85773fd50c16deff0f838f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Apr 2026 13:12:45 +0530 Subject: [PATCH] ... --- tools/utils/streaming_base64/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/utils/streaming_base64/api.go b/tools/utils/streaming_base64/api.go index 344e3ffb3..1300b07ec 100644 --- a/tools/utils/streaming_base64/api.go +++ b/tools/utils/streaming_base64/api.go @@ -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)