Home
last modified time | relevance | path

Searched defs:ngx_http_v2_out_frame_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h219 struct ngx_http_v2_out_frame_s { struct
220 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;