Home
last modified time | relevance | path

Searched refs:concurrent_streams (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.h25 ngx_uint_t concurrent_streams; member
H A Dngx_http_v2_module.c75 offsetof(ngx_http_v2_srv_conf_t, concurrent_streams),
354 h2scf->concurrent_streams = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
380 ngx_conf_merge_uint_value(conf->concurrent_streams, in ngx_http_v2_merge_srv_conf()
381 prev->concurrent_streams, 128); in ngx_http_v2_merge_srv_conf()
H A Dngx_http_v2.c276 h2c->priority_limit = h2scf->concurrent_streams; in ngx_http_v2_init()
1124 if (h2c->processing >= h2scf->concurrent_streams) { in ngx_http_v2_state_headers()
2778 h2scf->concurrent_streams); in ngx_http_v2_send_settings()
3131 h2c->priority_limit += h2scf->concurrent_streams; in ngx_http_v2_create_stream()