client_header_timeout 1740 http/ngx_http.c     ls->post_accept_timeout = cscf->client_header_timeout;
client_header_timeout  234 http/ngx_http_core_module.c       offsetof(ngx_http_core_srv_conf_t, client_header_timeout),
client_header_timeout 2981 http/ngx_http_core_module.c     cscf->client_header_timeout = NGX_CONF_UNSET_MSEC;
client_header_timeout 3006 http/ngx_http_core_module.c     ngx_conf_merge_msec_value(conf->client_header_timeout,
client_header_timeout 3007 http/ngx_http_core_module.c                               prev->client_header_timeout, 60000);
client_header_timeout  181 http/ngx_http_core_module.h     ngx_msec_t                  client_header_timeout;
client_header_timeout 1144 http/ngx_http_request.c             ngx_add_timer(rev, cscf->client_header_timeout);