aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2021-01-12 21:08:55 +0000
committerRoman Arutyunyan <arut@nginx.com>2021-01-12 21:08:55 +0000
commit88f6b969e6963d5771b708adeb43d1c8de14db6e (patch)
tree5d1b8d2b4b85398ebf529332d5e598cb7fdea3be /src
parent4e312daa7ec04e52cdefcbc8749ef2f6d366064b (diff)
downloadnginx-88f6b969e6963d5771b708adeb43d1c8de14db6e.tar.gz
nginx-88f6b969e6963d5771b708adeb43d1c8de14db6e.zip
HTTP/3: added comment.
Diffstat (limited to 'src')
-rw-r--r--src/http/v3/ngx_http_v3.h1
1 files changed, 1 insertions, 0 deletions
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;