--- a/src/server/test/main.c Mon Feb 16 18:45:17 2026 +0100 +++ b/src/server/test/main.c Tue Feb 17 13:03:39 2026 +0100 @@ -90,6 +90,7 @@ // httpparser tests 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); // event tests cx_test_register(suite, test_evhandler_create);