Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h374 ngx_uint_t keepalive_requests; /* keepalive_requests */ member
H A Dngx_http_core_module.c515 offsetof(ngx_http_core_loc_conf_t, keepalive_requests),
1261 } else if (r->connection->requests >= clcf->keepalive_requests) { in ngx_http_update_location_config()
3443 clcf->keepalive_requests = NGX_CONF_UNSET_UINT; in ngx_http_core_create_loc_conf()
3676 ngx_conf_merge_uint_value(conf->keepalive_requests, in ngx_http_core_merge_loc_conf()
3677 prev->keepalive_requests, 100); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru166 *) Добавление: директивы keepalive_timeout и keepalive_requests в блоке
4226 *) Добавление: директива keepalive_requests.
H A DCHANGES160 *) Feature: the "keepalive_timeout" and "keepalive_requests" directives
4144 *) Feature: the "keepalive_requests" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim340 syn keyword ngxDirective contained keepalive_requests