]> git.kaiwu.me - nginx.git/commit
HTTP/3: set r->headers_in.chunked flag after parsing headers.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 30 Jun 2020 12:32:09 +0000 (15:32 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 30 Jun 2020 12:32:09 +0000 (15:32 +0300)
commitd839fee75f5247c160c0b7b927dc45a3122cb6a2
treeb4a3411b344a680a6cf9e0b7fff465c6da0d62f4
parent707117276ed252e39c75769a140cbac6e18eb74a
HTTP/3: set r->headers_in.chunked flag after parsing headers.

Previously it was set when creating the request object.  The side-effect was
trying to discard the request body in case of header parse error.
src/http/ngx_http_request.c