src/server/test/httpparser.h

changeset 678
9908159eff0e
parent 677
3b8d3b37a4d5
equal deleted inserted replaced
677:3b8d3b37a4d5 678:9908159eff0e
36 #endif 36 #endif
37 37
38 CX_TEST(test_parse_request_line); 38 CX_TEST(test_parse_request_line);
39 CX_TEST(test_parse_response_line); 39 CX_TEST(test_parse_response_line);
40 CX_TEST(test_http_parser_process_full); 40 CX_TEST(test_http_parser_process_full);
41 CX_TEST(test_http_parser_process_chunk_1b);
42 CX_TEST(test_http_parser_process_chunk_2b);
43 CX_TEST(test_http_parser_process_chunk_3b);
44 CX_TEST(test_http_parser_process_chunk_4b);
41 45
42 46
43 #ifdef __cplusplus 47 #ifdef __cplusplus
44 } 48 }
45 #endif 49 #endif

mercurial