Home
last modified time | relevance | path

Searched refs:concurrent_pushes (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.h26 ngx_uint_t concurrent_pushes; member
H A Dngx_http_v2_module.c82 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()
H A Dngx_http_v2.h128 ngx_uint_t concurrent_pushes; member
H A Dngx_http_v2_filter_module.c927 h2c->pushing, h2c->concurrent_pushes); in ngx_http_v2_push_resource()
929 if (h2c->pushing >= h2c->concurrent_pushes) { in ngx_http_v2_push_resource()
H A Dngx_http_v2.c275 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()