]> git.kaiwu.me - nginx.git/commitdiff
HTTP/3: added comment.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 12 Jan 2021 21:08:55 +0000 (21:08 +0000)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 12 Jan 2021 21:08:55 +0000 (21:08 +0000)
src/http/v3/ngx_http_v3.h

index 9f91ff8f1ebd9c95977cba47b9a004e7086ce3bc..0bb2c414b534f5a0e9cdc560ad04f6ae296fd8e0 100644 (file)
@@ -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;