From: Roman Arutyunyan Date: Tue, 12 Jan 2021 21:08:55 +0000 (+0000) Subject: HTTP/3: added comment. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=88f6b969e6963d5771b708adeb43d1c8de14db6e;p=nginx.git HTTP/3: added comment. --- 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;