diff src/http/v3/ngx_http_v3.h @ 8742:47a43b011dec quic

HTTP/3: keepalive_time support.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 16 Apr 2021 19:42:03 +0300
parents cc3e9c131d79
children 40d710a66aef
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3.h
+++ b/src/http/v3/ngx_http_v3.h
@@ -143,6 +143,8 @@ typedef struct {
     uint64_t                      next_push_id;
     uint64_t                      max_push_id;
 
+    ngx_uint_t                    goaway;  /* unsigned  goaway:1; */
+
     ngx_connection_t             *known_streams[NGX_HTTP_V3_MAX_KNOWN_STREAM];
 } ngx_http_v3_connection_t;