keepalive_requests  502 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, keepalive_requests),
keepalive_requests 1426 http/ngx_http_core_module.c         } else if (r->connection->requests >= clcf->keepalive_requests) {
keepalive_requests 3119 http/ngx_http_core_module.c     clcf->keepalive_requests = NGX_CONF_UNSET_UINT;
keepalive_requests 3334 http/ngx_http_core_module.c     ngx_conf_merge_uint_value(conf->keepalive_requests,
keepalive_requests 3335 http/ngx_http_core_module.c                               prev->keepalive_requests, 100);
keepalive_requests  356 http/ngx_http_core_module.h     ngx_uint_t    keepalive_requests;      /* keepalive_requests */