log src/http/v3/ngx_http_v3_request.c @ 9161:4939fd04737f

age author description
Thu, 14 Sep 2023 14:13:43 +0400 Roman Arutyunyan HTTP/3: postponed session creation to init() callback.
Wed, 13 Sep 2023 17:57:13 +0400 Roman Arutyunyan HTTP/3: moved variable initialization.
Wed, 13 Sep 2023 17:59:37 +0400 Roman Arutyunyan QUIC: "handshake_timeout" configuration parameter.
Thu, 11 May 2023 13:22:10 +0400 Roman Arutyunyan HTTP/3: removed "http3" parameter of "listen" directive. quic
Mon, 27 Feb 2023 14:00:56 +0400 Roman Arutyunyan HTTP/3: "quic" parameter of "listen" directive. quic
Thu, 05 Jan 2023 19:03:22 +0400 Roman Arutyunyan HTTP/3: insert count block timeout. quic
Thu, 05 Jan 2023 18:15:46 +0400 Roman Arutyunyan HTTP/3: trigger 400 (Bad Request) on stream error while blocked. quic
Tue, 10 Jan 2023 17:59:16 +0400 Sergey Kandaurov HTTP/3: fixed $connection_time. quic
Tue, 25 Oct 2022 12:52:09 +0400 Roman Arutyunyan HTTP/3: implement keepalive for hq. quic
Wed, 30 Nov 2022 12:51:15 +0400 Roman Arutyunyan QUIC: application init() callback. quic
Mon, 22 Aug 2022 14:09:03 +0400 Roman Arutyunyan HTTP/3: renamed functions. quic
Wed, 19 Oct 2022 17:45:18 +0400 Roman Arutyunyan QUIC: idle mode for main connection. quic
Wed, 19 Oct 2022 17:45:30 +0400 Roman Arutyunyan HTTP/3: unified hq code with regular HTTP/3 code. quic
Fri, 25 Nov 2022 15:07:23 +0800 Jiuzhou Cui HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db). quic
Tue, 22 Nov 2022 14:10:04 +0400 Sergey Kandaurov HTTP/3: fixed server_name regex captures (ticket #2407). quic
Wed, 03 Aug 2022 16:59:51 +0400 Roman Arutyunyan HTTP/3: skip empty request body buffers (ticket #2374). quic
Thu, 30 Dec 2021 12:59:32 +0300 Sergey Kandaurov HTTP/3: improved processing of multiple Cookie field lines. quic
Wed, 29 Dec 2021 15:33:51 +0300 Roman Arutyunyan Style. quic
Tue, 07 Dec 2021 15:49:30 +0300 Sergey Kandaurov HTTP/3: avoid sending stream cancellation for pushed streams. quic
Mon, 06 Dec 2021 15:19:54 +0300 Vladimir Homutov QUIC: simplified configuration. 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 14:48:11 +0300 Roman Arutyunyan HTTP/3: send Stream Cancellation instruction. quic
Mon, 18 Oct 2021 15:47:06 +0300 Roman Arutyunyan HTTP/3: allowed QUIC stream connection reuse. quic
Mon, 18 Oct 2021 15:22:33 +0300 Roman Arutyunyan HTTP/3: adjusted QUIC connection finalization. quic
Thu, 07 Oct 2021 13:22:42 +0300 Roman Arutyunyan HTTP/3: traffic-based flood detection. quic
Wed, 06 Oct 2021 14:51:16 +0300 Roman Arutyunyan HTTP/3: fixed request length calculation. quic
Wed, 22 Sep 2021 14:08:21 +0300 Roman Arutyunyan HTTP/3: fixed ngx_stat_active counter. quic
Thu, 16 Sep 2021 13:13:22 +0300 Sergey Kandaurov HTTP/3: added CONNECT and TRACE methods rejection. quic
Thu, 09 Sep 2021 15:47:29 +0300 Roman Arutyunyan HTTP/3: reading body buffering in filters. quic