Igor Anić 3ea015db96 Io.Reader fix defaultReadVec
Running tar.pipeToFileSystem compressed_mingw_includes.tar file from #24732
finishes in infinite loop calling defaultReadVec with:
r.seek = 1024
r.end = 1024
r.buffer.len = 1024
first.len = 512
that combination calls vtable.stream with 0 capacity writer and loops
forever.

Comment is to use whichever has larger capacity, and this fix reflects that.
2025-08-08 12:28:00 -07:00
..
2025-08-07 10:04:52 -07:00
2025-08-01 09:00:27 +02:00
2025-04-04 06:08:09 +02:00
2025-08-08 12:28:00 -07:00
2025-06-06 23:42:14 -07:00