mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 08:01:56 +00:00
move misc/printk.h to sys/printk.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README | ||
testcase.yaml |
HTTP header fields test ----------------------- Sample output: tc_start() - HTTP header fields test [PASS] test_preserve_data [PASS] test_parse_url [PASS] test_method_str [PASS] test_header_nread_value [PASS] test_double_content_length_error HTTP_REQUEST [PASS] test_chunked_content_length_error HTTP_REQUEST [PASS] test_header_cr_no_lf_error HTTP_REQUEST [PASS] test_invalid_header_field_token_error HTTP_REQUEST [PASS] test_invalid_header_field_content_error HTTP_REQUEST [PASS] test_double_content_length_error HTTP_RESPONSE [PASS] test_chunked_content_length_error HTTP_RESPONSE [PASS] test_header_cr_no_lf_error HTTP_RESPONSE [PASS] test_invalid_header_field_token_error HTTP_RESPONSE [PASS] test_invalid_header_field_content_error HTTP_RESPONSE No errors detected =================================================================== PASS - main. =================================================================== PROJECT EXECUTION SUCCESSFUL