]> git.kaiwu.me - nginx.git/commit
Introduced the "keepalive_time" directive.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 7 Apr 2021 21:15:48 +0000 (00:15 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 7 Apr 2021 21:15:48 +0000 (00:15 +0300)
commitd9996d6f27150bfb9c9c00d77fac940712aa1d28
tree0dddf15a4e9c9d31cb66677ea7f8746e9402f4c7
parent5599731c00bd152f765c7cea24a7d257bf13320c
Introduced the "keepalive_time" directive.

Similar to lingering_time, it limits total connection lifetime before
keepalive is switched off.  The default is 1 hour, which is close to
the total maximum connection lifetime possible with default
keepalive_requests and keepalive_timeout.
src/core/ngx_connection.h
src/core/ngx_resolver.c
src/event/ngx_event_accept.c
src/event/ngx_event_acceptex.c
src/event/ngx_event_connect.c
src/event/ngx_event_udp.c
src/http/modules/ngx_http_upstream_keepalive_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/v2/ngx_http_v2.c