README
1HTTP header fields test
2-----------------------
3
4Sample output:
5
6tc_start() - HTTP header fields test
7[PASS] test_preserve_data
8[PASS] test_parse_url
9[PASS] test_method_str
10[PASS] test_header_nread_value
11[PASS] test_double_content_length_error HTTP_REQUEST
12[PASS] test_chunked_content_length_error HTTP_REQUEST
13[PASS] test_header_cr_no_lf_error HTTP_REQUEST
14[PASS] test_invalid_header_field_token_error HTTP_REQUEST
15[PASS] test_invalid_header_field_content_error HTTP_REQUEST
16[PASS] test_double_content_length_error HTTP_RESPONSE
17[PASS] test_chunked_content_length_error HTTP_RESPONSE
18[PASS] test_header_cr_no_lf_error HTTP_RESPONSE
19[PASS] test_invalid_header_field_token_error HTTP_RESPONSE
20[PASS] test_invalid_header_field_content_error HTTP_RESPONSE
21
22 No errors detected
23===================================================================
24PASS - main.
25===================================================================
26PROJECT EXECUTION SUCCESSFUL
27
28