Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h118 struct ngx_http_v2_connection_s { struct
123 ngx_uint_t frames;
124 ngx_uint_t idle;
127 ngx_uint_t pushing;
136 ngx_queue_t waiting;
138 ngx_http_v2_state_t state;
140 ngx_http_v2_hpack_t hpack;
142 ngx_pool_t *pool;
149 ngx_http_v2_out_frame_t *last_out;
152 ngx_queue_t closed;
[all …]