Files
zig/lib/std/Io
Nico Elbers 7d7752ed41 Writer.Allocating.sendFile: avoid useless syscall
Previously, the `readSliceShort` call would call `readVec` twice, as
there was still space left in the buffer after the first `readVec` call
from `Allocating.Writer` overallocating, even if we know the exact size
of the file.
2026-05-31 02:37:50 +02:00
..
2026-05-25 18:54:36 -07:00
2026-05-27 16:36:12 -07:00
2026-05-27 16:36:12 -07:00
2026-05-27 16:36:12 -07:00