mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 07:08:59 +00:00
`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`). |
||
|---|---|---|
| .. | ||
| Reader | ||
| counting_reader.zig | ||
| DeprecatedReader.zig | ||
| DeprecatedWriter.zig | ||
| fixed_buffer_stream.zig | ||
| Reader.zig | ||
| test.zig | ||
| tty.zig | ||
| Writer.zig | ||