Home
last modified time | relevance | path

Searched refs:priority_limit (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h125 ngx_uint_t priority_limit; member
H A Dngx_http_v2.c276 h2c->priority_limit = h2scf->concurrent_streams; in ngx_http_v2_init()
1808 if (--h2c->priority_limit == 0) { in ngx_http_v2_state_priority()
3131 h2c->priority_limit += h2scf->concurrent_streams; in ngx_http_v2_create_stream()