log src/http/ngx_http_request.c @ 9279:2fce021888f9 default tip

age author description
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.
Thu, 08 Jun 2023 14:49:27 +0400 Roman Arutyunyan SSL: removed the "ssl" directive.
Tue, 16 May 2023 16:30:08 +0400 Roman Arutyunyan HTTP/2: "http2" directive.
Wed, 29 Mar 2023 11:14:25 +0400 Sergey Kandaurov Merged with the default branch. quic
Mon, 27 Feb 2023 14:00:56 +0400 Roman Arutyunyan HTTP/3: "quic" parameter of "listen" directive. quic
Mon, 22 Aug 2022 14:09:03 +0400 Roman Arutyunyan HTTP/3: renamed functions. quic
Wed, 22 Jun 2022 18:34:58 +0400 Sergey Kandaurov Merged with the default branch. quic
Wed, 12 Jan 2022 11:57:46 +0300 Roman Arutyunyan HTTP/3: set c->error on read error in ngx_http_test_reading(). quic
Wed, 12 Jan 2022 11:57:06 +0300 Roman Arutyunyan HTTP/3: simplified code. quic