Home
last modified time | relevance | path

Searched refs:client_header_timeout (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h197 ngx_msec_t client_header_timeout; member
H A Dngx_http_core_module.c235 offsetof(ngx_http_core_srv_conf_t, client_header_timeout),
3288 cscf->client_header_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_srv_conf()
3320 ngx_conf_merge_msec_value(conf->client_header_timeout, in ngx_http_core_merge_srv_conf()
3321 prev->client_header_timeout, 60000); in ngx_http_core_merge_srv_conf()
H A Dngx_http.c1717 ls->post_accept_timeout = cscf->client_header_timeout; in ngx_http_add_listening()
H A Dngx_http_request.c1532 ngx_add_timer(rev, cscf->client_header_timeout); in ngx_http_read_request_header()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c2484 ngx_add_timer(rev, cscf->client_header_timeout); in ngx_http_v2_state_headers_save()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim169 syn keyword ngxDirective contained client_header_timeout