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;