Searched defs:ngx_http_v2_out_frame_s (Results 1 – 1 of 1) sorted by relevance
219 struct ngx_http_v2_out_frame_s { struct220 ngx_http_v2_out_frame_t *next;221 ngx_chain_t *first;222 ngx_chain_t *last;223 ngx_int_t (*handler)(ngx_http_v2_connection_t *h2c,226 ngx_http_v2_stream_t *stream;227 size_t length;229 unsigned blocked:1;230 unsigned fin:1;