# HG changeset patch # User Sergey Kandaurov # Date 1597759892 -10800 # Node ID 830680e78b2425857a6f1dff6b68787b8f758955 # Parent 532fe796b0e28e52466d97410f1435ccf03766fe HTTP/3: fixed context storage in request body parser. diff --git a/src/http/v3/ngx_http_v3_request.c b/src/http/v3/ngx_http_v3_request.c --- 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_ goto failed; } - r->h3_parse = st; + ctx->h3_parse = st; } if (ctx->size) {