Home
last modified time | relevance | path

Searched refs:HTTP2_RST_STREAM_FRAME_LEN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dframe.h62 #define HTTP2_RST_STREAM_FRAME_LEN 4 macro
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c1594 if (frame->length != HTTP2_RST_STREAM_FRAME_LEN) { in handle_http_frame_rst_stream()
1618 client->data_len -= HTTP2_RST_STREAM_FRAME_LEN; in handle_http_frame_rst_stream()
1619 client->cursor += HTTP2_RST_STREAM_FRAME_LEN; in handle_http_frame_rst_stream()