]> git.kaiwu.me - nginx.git/commit
HTTP/3: drop the unwanted remainder of the request.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 25 Aug 2020 09:45:21 +0000 (12:45 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 25 Aug 2020 09:45:21 +0000 (12:45 +0300)
commit693e55a4b232afc6f7b4ba8e25f07decd86baa21
treed9182b7ca8d9c38b12ab739ac83b70c208f29fa9
parent4e4d0938b9190713fbb4526d06ee731b6a1800a5
HTTP/3: drop the unwanted remainder of the request.

As per HTTP/3 draft 29, section 4.1:

   When the server does not need to receive the remainder of the request,
   it MAY abort reading the request stream, send a complete response, and
   cleanly close the sending part of the stream.
src/http/ngx_http_request.c
src/http/ngx_http_request_body.c