--- a/src/server/test/main.c Tue Feb 17 13:03:39 2026 +0100 +++ b/src/server/test/main.c Tue Feb 17 17:43:10 2026 +0100 @@ -91,6 +91,10 @@ cx_test_register(suite, test_parse_request_line); cx_test_register(suite, test_parse_response_line); cx_test_register(suite, test_http_parser_process_full); + cx_test_register(suite, test_http_parser_process_chunk_1b); + cx_test_register(suite, test_http_parser_process_chunk_2b); + cx_test_register(suite, test_http_parser_process_chunk_3b); + cx_test_register(suite, test_http_parser_process_chunk_4b); // event tests cx_test_register(suite, test_evhandler_create);