Home
last modified time | relevance | path

Searched refs:recv_timeout (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.h32 ngx_msec_t recv_timeout; member
H A Dngx_http_v2_module.c124 offsetof(ngx_http_v2_srv_conf_t, recv_timeout),
365 h2scf->recv_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_v2_create_srv_conf()
396 ngx_conf_merge_msec_value(conf->recv_timeout, in ngx_http_v2_merge_srv_conf()
397 prev->recv_timeout, 30000); in ngx_http_v2_merge_srv_conf()
H A Dngx_http_v2.c658 ngx_add_timer(c->read, h2scf->recv_timeout); in ngx_http_v2_handle_connection()