log src/http/ngx_http_request.c @ 9047:c851a2ed5ce8 quic

age author description
Mon, 27 Feb 2023 14:00:56 +0400 Roman Arutyunyan HTTP/3: "quic" parameter of "listen" directive. quic
Thu, 02 Feb 2023 23:38:48 +0300 Maxim Dounin Lingering close for connections with pipelined requests.
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
Mon, 30 May 2022 21:25:35 +0300 Maxim Dounin All non-unique input headers are now linked lists.
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Mon, 30 May 2022 21:25:25 +0300 Maxim Dounin Perl: fixed $r->header_in("Connection").
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
Tue, 01 Jun 2021 17:37:51 +0300 Maxim Dounin Fixed SSL logging with lingering close. stable-1.20
Thu, 09 Dec 2021 11:15:25 +0300 Sergey Kandaurov QUIC: fixed e06283038ec8 mis-merge. quic
Tue, 07 Dec 2021 15:49:51 +0300 Sergey Kandaurov QUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL context switch. quic
Sat, 04 Dec 2021 10:52:55 +0300 Roman Arutyunyan HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro. quic
Mon, 06 Dec 2021 13:02:36 +0300 Roman Arutyunyan HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module. quic
Mon, 18 Oct 2021 15:47:06 +0300 Roman Arutyunyan HTTP/3: allowed QUIC stream connection reuse. quic
Wed, 03 Nov 2021 11:22:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Thu, 21 Oct 2021 18:44:07 +0300 Maxim Dounin SSL: SSL_sendfile() support with kernel TLS.
Fri, 15 Oct 2021 10:02:15 +0300 Vladimir Homutov HTTP/2: removed support for NPN.
Mon, 27 Sep 2021 17:08:48 +0300 Roman Arutyunyan HTTP/3: reset streams with incomplete responses or timeouts. quic
Wed, 29 Sep 2021 15:01:59 +0300 Sergey Kandaurov HTTP/3: fixed segfault when using SSL certificates with variables. quic
Fri, 17 Sep 2021 16:32:23 +0300 Roman Arutyunyan HTTP/3: make ngx_http_log_error() static again. quic
Wed, 01 Sep 2021 10:57:25 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 09 Aug 2021 18:12:12 +0300 Sergey Kandaurov Disabled HTTP/1.0 requests with Transfer-Encoding.
Thu, 15 Jul 2021 16:28:21 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 28 Jun 2021 18:01:24 +0300 Maxim Dounin Disabled control characters in the Host header.
Mon, 28 Jun 2021 18:01:20 +0300 Maxim Dounin Improved logging of invalid headers.
Mon, 28 Jun 2021 18:01:13 +0300 Maxim Dounin Disabled spaces in URIs (ticket #196).
Mon, 28 Jun 2021 18:01:06 +0300 Maxim Dounin Disabled requests with both Content-Length and Transfer-Encoding.
Mon, 28 Jun 2021 18:01:04 +0300 Maxim Dounin Added CONNECT method rejection.
Mon, 28 Jun 2021 18:01:00 +0300 Maxim Dounin Moved TRACE method rejection to a better place.