Searched refs:concurrent_pushes (Results 1 – 5 of 5) sorted by relevance
26 ngx_uint_t concurrent_pushes; member
82 offsetof(ngx_http_v2_srv_conf_t, concurrent_pushes),355 h2scf->concurrent_pushes = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()382 ngx_conf_merge_uint_value(conf->concurrent_pushes, in ngx_http_v2_merge_srv_conf()383 prev->concurrent_pushes, 10); in ngx_http_v2_merge_srv_conf()
128 ngx_uint_t concurrent_pushes; member
927 h2c->pushing, h2c->concurrent_pushes); in ngx_http_v2_push_resource()929 if (h2c->pushing >= h2c->concurrent_pushes) { in ngx_http_v2_push_resource()
275 h2c->concurrent_pushes = h2scf->concurrent_pushes; in ngx_http_v2_init()2090 h2c->concurrent_pushes = ngx_min(value, h2scf->concurrent_pushes); in ngx_http_v2_state_settings_params()