Files
zig/lib/std
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
..
2025-08-13 12:24:14 -07:00
2025-08-08 12:47:00 -07:00
2025-08-08 17:17:53 -07:00
2025-08-10 17:38:46 -07:00
2025-08-07 10:04:52 -07:00