client_body_timeout  369 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, client_body_timeout),
client_body_timeout 3095 http/ngx_http_core_module.c     clcf->client_body_timeout = NGX_CONF_UNSET_MSEC;
client_body_timeout 3294 http/ngx_http_core_module.c     ngx_conf_merge_msec_value(conf->client_body_timeout,
client_body_timeout 3295 http/ngx_http_core_module.c                               prev->client_body_timeout, 60000);
client_body_timeout  345 http/ngx_http_core_module.h     ngx_msec_t    client_body_timeout;     /* client_body_timeout */
client_body_timeout  334 http/ngx_http_request_body.c             ngx_add_timer(c->read, clcf->client_body_timeout);