mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 23:33:07 +00:00
The 'Content-Length' header was inspected by mistake, which makes it effectively impossible to use chunked Transfer-Encoding when using the http client. Tested locally with a HTTP server - data is properly sent with POST method and the proper encoding declared, after the fix.