Searched refs:client_body_timeout (Results 1 – 5 of 5) sorted by relevance
363 ngx_msec_t client_body_timeout; /* client_body_timeout */ member
405 ngx_add_timer(c->read, clcf->client_body_timeout); in ngx_http_do_read_client_request_body()
372 offsetof(ngx_http_core_loc_conf_t, client_body_timeout),3415 clcf->client_body_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf()3625 ngx_conf_merge_msec_value(conf->client_body_timeout, in ngx_http_core_merge_loc_conf()3626 prev->client_body_timeout, 60000); in ngx_http_core_merge_loc_conf()
3952 ngx_add_timer(r->connection->read, clcf->client_body_timeout); in ngx_http_v2_read_request_body()4034 ngx_add_timer(fc->read, clcf->client_body_timeout); in ngx_http_v2_process_request_body()4255 ngx_add_timer(fc->read, clcf->client_body_timeout); in ngx_http_v2_read_unbuffered_request_body()
167 syn keyword ngxDirective contained client_body_timeout