Searched refs:HTTP2_PRIORITY_FRAME_LEN (Results 1 – 2 of 2) sorted by relevance
61 #define HTTP2_PRIORITY_FRAME_LEN 5 macro
1567 if (frame->length != HTTP2_PRIORITY_FRAME_LEN) { in handle_http_frame_priority()1578 client->data_len -= HTTP2_PRIORITY_FRAME_LEN; in handle_http_frame_priority()1579 client->cursor += HTTP2_PRIORITY_FRAME_LEN; in handle_http_frame_priority()