aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/ChunkParser.zig
AgeCommit message (Collapse)Author
2025-08-07std.http: rework for new std.Io APIAndrew Kelley
2024-02-23std.http.Server: reimplement chunked uploadingAndrew Kelley
* Uncouple std.http.ChunkParser from protocol.zig * Fix receiveHead not passing leftover buffer through the header parser. * Fix content-length read streaming This implementation handles the final chunk length correctly rather than "hoping" that the buffer already contains \r\n.