aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;