Searched refs:concurrent_streams (Results 1 – 3 of 3) sorted by relevance
25 ngx_uint_t concurrent_streams; member
75 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()
276 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()