log src/http/ngx_http_request.c @ 9331:dbf76fdd109f default tip

age author description
Wed, 31 Jul 2024 17:50:58 +0300 Maxim Dounin Keepalive connections now respect lingering_timeout on shutdown.
Fri, 24 May 2024 00:20:01 +0300 Maxim Dounin Added max_headers directive.
Sat, 27 Apr 2024 18:22:38 +0300 Maxim Dounin Request body: error_page 413 handling with HTTP/2 and HTTP/3.
Sat, 27 Apr 2024 18:16:27 +0300 Maxim Dounin Reordered checks for Content-Length and Transfer-Encoding.
Sat, 30 Mar 2024 05:10:40 +0300 Maxim Dounin HTTP: just one empty line now accepted when parsing request line.
Tue, 30 Jan 2024 03:20:05 +0300 Maxim Dounin Fixed request termination with AIO and subrequests (ticket #2555).
Wed, 29 Nov 2023 11:13:05 +0300 Vladimir Khomutov HTTP: uniform checks in ngx_http_alloc_large_header_buffer().
Tue, 28 Nov 2023 12:57:14 +0300 Vladimir Khomutov HTTP: removed unused r->port_start and r->port_end.