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	Fri Jan 22 15:57:41 2021 +0300
+++ b/src/http/v3/ngx_http_v3.h	Tue Jan 12 21:08:55 2021 +0000
@@ -116,6 +116,7 @@
 
 
 typedef struct {
+    /* the http connection must be first */
     ngx_http_connection_t         hc;
     ngx_http_v3_dynamic_table_t   table;