From 9a0fb643bfcea20f8a3ede222f9a1d8ec234a2cd Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 18 Aug 2020 17:11:32 +0300 Subject: HTTP/3: fixed context storage in request body parser. --- src/http/v3/ngx_http_v3_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/v3/ngx_http_v3_request.c') diff --git a/src/http/v3/ngx_http_v3_request.c b/src/http/v3/ngx_http_v3_request.c index a0259be11..24ad771d6 100644 --- a/src/http/v3/ngx_http_v3_request.c +++ b/src/http/v3/ngx_http_v3_request.c @@ -392,7 +392,7 @@ ngx_http_v3_parse_request_body(ngx_http_request_t *r, ngx_buf_t *b, goto failed; } - r->h3_parse = st; + ctx->h3_parse = st; } if (ctx->size) { -- cgit v1.2.3