comparison src/http/ngx_http_core_module.h @ 7820:fdc3d40979b0

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 08 Apr 2021 00:15:48 +0300
parents 681b78a98a52
children 1bde031b59ff 7f95010f10b7
comparison
equal deleted inserted replaced
7819:3674d5b7174e 7820:fdc3d40979b0
357 ngx_http_complex_value_t *limit_rate; /* limit_rate */ 357 ngx_http_complex_value_t *limit_rate; /* limit_rate */
358 ngx_http_complex_value_t *limit_rate_after; /* limit_rate_after */ 358 ngx_http_complex_value_t *limit_rate_after; /* limit_rate_after */
359 359
360 ngx_msec_t client_body_timeout; /* client_body_timeout */ 360 ngx_msec_t client_body_timeout; /* client_body_timeout */
361 ngx_msec_t send_timeout; /* send_timeout */ 361 ngx_msec_t send_timeout; /* send_timeout */
362 ngx_msec_t keepalive_time; /* keepalive_time */
362 ngx_msec_t keepalive_timeout; /* keepalive_timeout */ 363 ngx_msec_t keepalive_timeout; /* keepalive_timeout */
363 ngx_msec_t lingering_time; /* lingering_time */ 364 ngx_msec_t lingering_time; /* lingering_time */
364 ngx_msec_t lingering_timeout; /* lingering_timeout */ 365 ngx_msec_t lingering_timeout; /* lingering_timeout */
365 ngx_msec_t resolver_timeout; /* resolver_timeout */ 366 ngx_msec_t resolver_timeout; /* resolver_timeout */
366 ngx_msec_t auth_delay; /* auth_delay */ 367 ngx_msec_t auth_delay; /* auth_delay */