changelog
- 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
- Tue, 17 Feb 2026 17:43:10 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 17 Feb 2026 17:43:10 +0100] rev 678
- fix http parser error when it ran out of data
- Tue, 17 Feb 2026 13:03:39 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 17 Feb 2026 13:03:39 +0100] rev 677
- add test_http_parser_process_full
- Mon, 16 Feb 2026 18:45:17 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Mon, 16 Feb 2026 18:45:17 +0100] rev 676
- add test_http_client_io_simple
- Mon, 16 Feb 2026 17:43:14 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Mon, 16 Feb 2026 17:43:14 +0100] rev 675
- add support for request bodies with a fixed content length for the reverse proxy