Searched refs:NGX_HTTP_V2_RST_STREAM_SIZE (Results 1 – 1 of 1) sorted by relevance
40 #define NGX_HTTP_V2_RST_STREAM_SIZE 4 macro1904 if (h2c->state.length != NGX_HTTP_V2_RST_STREAM_SIZE) { in ngx_http_v2_state_rst_stream()1912 if (end - pos < NGX_HTTP_V2_RST_STREAM_SIZE) { in ngx_http_v2_state_rst_stream()1919 pos += NGX_HTTP_V2_RST_STREAM_SIZE; in ngx_http_v2_state_rst_stream()2852 frame = ngx_http_v2_get_frame(h2c, NGX_HTTP_V2_RST_STREAM_SIZE, in ngx_http_v2_send_rst_stream()