Searched refs:HTTP2_RST_STREAM_FRAME_LEN (Results 1 – 2 of 2) sorted by relevance
62 #define HTTP2_RST_STREAM_FRAME_LEN 4 macro
1594 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()