]> git.kaiwu.me - nginx.git/commit
HTTP/3: request more client body bytes.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 18 Aug 2020 14:23:16 +0000 (17:23 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 18 Aug 2020 14:23:16 +0000 (17:23 +0300)
commit7ce1a68aadec80a2c4a3b27f3fd3d7342043299b
tree514cbb485a78c0532e8cac72802627921d6886d5
parent338c4015340f0eab37892c5a0449f86173b530a6
HTTP/3: request more client body bytes.

Previously the request body DATA frame header was read by one byte because
filters were called only when the requested number of bytes were read.  Now,
after 08ff2e10ae92 (1.19.2), filters are called after each read.  More bytes
can be read at once, which simplifies and optimizes the code.

This also reduces diff with the default branch.
src/http/ngx_http_request_body.c