diff src/http/ngx_http_core_module.h @ 8741:7f95010f10b7 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 16 Apr 2021 19:35:55 +0300
parents 0d2b2664b41c fdc3d40979b0
children d514f88053e5
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -365,6 +365,7 @@ struct ngx_http_core_loc_conf_s {
 
     ngx_msec_t    client_body_timeout;     /* client_body_timeout */
     ngx_msec_t    send_timeout;            /* send_timeout */
+    ngx_msec_t    keepalive_time;          /* keepalive_time */
     ngx_msec_t    keepalive_timeout;       /* keepalive_timeout */
     ngx_msec_t    lingering_time;          /* lingering_time */
     ngx_msec_t    lingering_timeout;       /* lingering_timeout */