# HG changeset patch # User Roman Arutyunyan # Date 1610485735 0 # Node ID cb8185bd050784be64d30ba48d3fa40ac0b9d1c6 # Parent 58acdba9b3b20011e7c6662c98782f686826c4c1 HTTP/3: added comment. diff --git a/src/http/v3/ngx_http_v3.h b/src/http/v3/ngx_http_v3.h --- a/src/http/v3/ngx_http_v3.h +++ b/src/http/v3/ngx_http_v3.h @@ -116,6 +116,7 @@ typedef struct { typedef struct { + /* the http connection must be first */ ngx_http_connection_t hc; ngx_http_v3_dynamic_table_t table;