aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 04d88db7b..772d53b2d 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -595,14 +595,7 @@ struct ngx_http_request_s {
u_char *port_end;
#if (NGX_HTTP_V3)
- ngx_uint_t h3_length;
- ngx_uint_t h3_index;
- ngx_uint_t h3_insert_count;
- ngx_uint_t h3_sign;
- ngx_uint_t h3_delta_base;
- ngx_uint_t h3_huffman;
- ngx_uint_t h3_dynamic;
- ngx_uint_t h3_offset;
+ void *h3_parse;
#endif
unsigned http_minor:16;