mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 02:09:04 +08:00
HTTP/3: fixed context storage in request body parser.
This commit is contained in:
parent
fd6df645eb
commit
9a0fb643bf
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user