HTTP/3: fixed context storage in request body parser.

This commit is contained in:
Sergey Kandaurov 2020-08-18 17:11:32 +03:00
parent fd6df645eb
commit 9a0fb643bf

View File

@ -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) {