On Tue, Mar 12, 2024 at 7:40 PM Thomas Munro <thomas.mu...@gmail.com> wrote: > possible. So in the current patch you say "hey please read these 16 > blocks" and it returns saying "only read 1", you call again with 15
Oops, typo worth correcting: s/15/16/. Point being that the caller is interested in more blocks after the original 16, so it uses 16 again when it calls back (because that's the size of the Buffer array it provides).