Home
last modified time | relevance | path

Searched refs:idle_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.h33 ngx_msec_t idle_timeout; member
H A Dngx_http_v2_module.c131 offsetof(ngx_http_v2_srv_conf_t, idle_timeout),
366 h2scf->idle_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_v2_create_srv_conf()
398 ngx_conf_merge_msec_value(conf->idle_timeout, in ngx_http_v2_merge_srv_conf()
399 prev->idle_timeout, 180000); in ngx_http_v2_merge_srv_conf()
H A Dngx_http_v2.c685 ngx_add_timer(c->read, h2scf->idle_timeout); in ngx_http_v2_handle_connection()