From 88f6b969e6963d5771b708adeb43d1c8de14db6e Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Tue, 12 Jan 2021 21:08:55 +0000 Subject: [PATCH] HTTP/3: added comment. --- src/http/v3/ngx_http_v3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http/v3/ngx_http_v3.h b/src/http/v3/ngx_http_v3.h index 9f91ff8f1..0bb2c414b 100644 --- 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;