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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 518c2f4d1..4121e3c3b 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -325,6 +325,7 @@ typedef struct {
unsigned ssl:1;
unsigned proxy_protocol:1;
+ unsigned http3:1;
} ngx_http_connection_t;
@@ -581,7 +582,6 @@ struct ngx_http_request_s {
* via ngx_http_ephemeral_t
*/
- u_char *parse_start;
u_char *uri_start;
u_char *uri_end;
u_char *uri_ext;