changeset 8511:830680e78b24 quic

HTTP/3: fixed context storage in request body parser.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 18 Aug 2020 17:11:32 +0300
parents 532fe796b0e2
children 6e1c88f82280
files src/http/v3/ngx_http_v3_request.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {