Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h49 ngx_msec_t post_accept_timeout; member
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c364 ngx_add_timer(rev, c->listening->post_accept_timeout); in ngx_http_init_connection()
434 ngx_add_timer(rev, c->listening->post_accept_timeout); in ngx_http_wait_request_handler()
683 ngx_add_timer(rev, c->listening->post_accept_timeout); in ngx_http_ssl_handshake()
756 ngx_add_timer(rev, c->listening->post_accept_timeout); in ngx_http_ssl_handshake()
H A Dngx_http.c1717 ls->post_accept_timeout = cscf->client_header_timeout; in ngx_http_add_listening()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru7762 *) Изменение: директива post_accept_timeout упразднена.
H A DCHANGES7628 *) Change: the "post_accept_timeout" directive was canceled.