zig/lib/std/http
Andrew Kelley 89c9282d34 std.http.Client: discard response body when reusing connection
When an error response was encountered, such as 404 not found, the body
wasn't discarded, leading to the string "404 not found" being
incorrectly interpreted as the next request's response.

closes #24732
2025-08-18 17:26:55 -07:00
..
ChunkParser.zig std.http: rework for new std.Io API 2025-08-07 10:04:28 -07:00
Client.zig std.http.Client: discard response body when reusing connection 2025-08-18 17:26:55 -07:00
HeaderIterator.zig std.http: header whitespace is optional, and not part of value 2024-02-28 15:12:43 -06:00
HeadParser.zig x86_64: implement integer @reduce(.Add) 2025-05-28 15:10:22 -04:00
Server.zig Merge pull request #24864 from ifreund/fix-std-cmd 2025-08-16 16:24:11 -07:00
test.zig std.compress.zstd.Decompress fixes 2025-08-15 10:44:35 -07:00