Home
last modified time | relevance | path

Searched refs:reset_timedout_connection (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h390 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */ member
H A Dngx_http_core_module.c564 offsetof(ngx_http_core_loc_conf_t, reset_timedout_connection),
3448 clcf->reset_timedout_connection = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3713 ngx_conf_merge_value(conf->reset_timedout_connection, in ngx_http_core_merge_loc_conf()
3714 prev->reset_timedout_connection, 0); in ngx_http_core_merge_loc_conf()
H A Dngx_http_request.c3628 if (clcf->reset_timedout_connection) { in ngx_http_free_request()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru192 reset_timedout_connection nginx сбрасывает соединения, закрываемые с
H A DCHANGES184 *) Feature: now when using the "reset_timedout_connection" directive
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim507 syn keyword ngxDirective contained reset_timedout_connection