]> git.kaiwu.me - nginx.git/commit
HTTP/3: refactored request body parser.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 25 Jan 2021 13:16:47 +0000 (16:16 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 25 Jan 2021 13:16:47 +0000 (16:16 +0300)
commit6f3c821d1f28c433f778fcc843bb764e45194f5c
tree8a5af695eea38a4d4acc9d236f74acea0720c9e9
parenta7cf99b10d29a60af561e59b4d2742f7ee34f4ca
HTTP/3: refactored request body parser.

The change reduces diff to the default branch for
src/http/ngx_http_request_body.c.

Also, client Content-Length, if present, is now checked against the real body
size sent by client.
src/http/ngx_http.h
src/http/ngx_http_request_body.c
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_request.c