zig/lib/std/Io
Kendall Condon 4f639ff880 http: fix handling of limit in chunkedSendFile
`limit` in chunkedSendFile applies only to the file, not the entire
chunk. `limit` in sendFileHeader does not include the header.

Additionally adds a comment to clarify what `limit` applies to in
sendFileHeader and fixed a small bug in it (`drain` is able to return
less then `header.len`).
2025-08-13 13:14:01 -07:00
..
Reader std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
counting_reader.zig std: rename io to Io in preparation 2025-07-11 01:16:27 +02:00
DeprecatedReader.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
DeprecatedWriter.zig zig std: fix build failures 2025-08-08 17:17:53 -07:00
fixed_buffer_stream.zig std.Io: delete SeekableStream 2025-07-31 22:10:11 -07:00
Reader.zig Merge pull request #24740 from ziglang/http-plus-fixes 2025-08-08 12:33:53 -07:00
test.zig std.Io: remove BufferedWriter 2025-08-08 17:17:53 -07:00
tty.zig std: rename io to Io in preparation 2025-07-11 01:16:27 +02:00
Writer.zig http: fix handling of limit in chunkedSendFile 2025-08-13 13:14:01 -07:00