changeset 8681:cb8185bd0507 quic

HTTP/3: added comment.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 12 Jan 2021 21:08:55 +0000
parents 58acdba9b3b2
children 916a2e1d6617
files src/http/v3/ngx_http_v3.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;