changelog
- Wed, 18 Feb 2026 10:53:55 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Wed, 18 Feb 2026 10:53:55 +0100] rev 682
- verify chunks in test_http_client_send_request_body_chunked
- Tue, 17 Feb 2026 22:05:30 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 17 Feb 2026 22:05:30 +0100] rev 681
- optimize chunked transfer encoding termination in client_send_request_body
- Tue, 17 Feb 2026 21:02:57 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 17 Feb 2026 21:02:57 +0100] rev 680
- httpclient: add support for chunked transfer encoding for request bodies
- Tue, 17 Feb 2026 20:03:06 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 17 Feb 2026 20:03:06 +0100] rev 679
- httpclient: move code for sending the request body to a separate function