]> git.kaiwu.me - nginx.git/commit
HTTP/3: move body parser call out of ngx_http_parse_chunked().
authorRoman Arutyunyan <arut@nginx.com>
Thu, 14 May 2020 11:49:53 +0000 (14:49 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 14 May 2020 11:49:53 +0000 (14:49 +0300)
commitd69f678e9c788e2c2424eb6dc2fbacf8366213f6
tree5cfae70c92cf203dd8c0bbff5655f445aa22e364
parent1c54340e0aa65781f6cd4cc643f704826c47459a
HTTP/3: move body parser call out of ngx_http_parse_chunked().

The function ngx_http_parse_chunked() is also called from the proxy module to
parse the upstream response.  It should always parse HTTP/1 body in this case.
src/http/ngx_http_parse.c
src/http/ngx_http_request_body.c