Home
last modified time | relevance | path

Searched refs:client_body_timeout (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h363 ngx_msec_t client_body_timeout; /* client_body_timeout */ member
H A Dngx_http_request_body.c405 ngx_add_timer(c->read, clcf->client_body_timeout); in ngx_http_do_read_client_request_body()
H A Dngx_http_core_module.c372 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()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3952 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()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim167 syn keyword ngxDirective contained client_body_timeout