Searched refs:UPGRADE_STREAM_ID (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 23 #define UPGRADE_STREAM_ID 1 macro 785 expect_http2_headers_frame(&offset, UPGRADE_STREAM_ID, HTTP2_FLAG_END_HEADERS, NULL, 0); in ZTEST() 786 expect_http2_data_frame(&offset, UPGRADE_STREAM_ID, TEST_STATIC_PAYLOAD, in ZTEST() 887 expect_http2_headers_frame(&offset, UPGRADE_STREAM_ID, in common_verify_http1_dynamic_upgrade_post() 1006 expect_http2_headers_frame(&offset, UPGRADE_STREAM_ID, HTTP2_FLAG_END_HEADERS, NULL, 0); in ZTEST() 1007 expect_http2_data_frame(&offset, UPGRADE_STREAM_ID, TEST_DYNAMIC_GET_PAYLOAD, in ZTEST() 1140 expect_http2_headers_frame(&offset, UPGRADE_STREAM_ID, in ZTEST()
|