log src/http/v2/ngx_http_v2.c @ 9277:4a0cd107c0f1 default tip

age author description
Tue, 28 May 2024 20:43:50 +0300 Maxim Dounin HTTP/2: handling of connections initialized during shutdown. default tip
Fri, 24 May 2024 00:20:01 +0300 Maxim Dounin Added max_headers directive.
Sat, 27 Apr 2024 18:23:52 +0300 Maxim Dounin Request body: discarded body now treated as no body.
Sat, 27 Apr 2024 18:22:07 +0300 Maxim Dounin Request body: handling of body after unbuffered reading.
Sat, 27 Apr 2024 18:21:38 +0300 Maxim Dounin Request body: body is now cleared on errors.
Sat, 27 Apr 2024 18:21:25 +0300 Maxim Dounin Request body: simplified error handling in HTTP/2.
Sat, 27 Apr 2024 18:19:27 +0300 Maxim Dounin Request body: logging of timeouts.
Sat, 27 Apr 2024 18:19:07 +0300 Maxim Dounin Request body: provided log action for reading request body.
Sat, 21 Oct 2023 18:48:24 +0400 Sergey Kandaurov HTTP/2: fixed buffer management with HTTP/2 auto-detection.
Tue, 10 Oct 2023 15:13:39 +0300 Maxim Dounin HTTP/2: per-iteration stream handling limit.
Thu, 08 Jun 2023 16:56:46 +0400 Sergey Kandaurov HTTP/2: removed server push (ticket #2432).
Tue, 16 May 2023 16:30:08 +0400 Roman Arutyunyan HTTP/2: "http2" directive.
Fri, 10 Mar 2023 06:47:53 +0300 Maxim Dounin HTTP/2: finalize request as bad if header validation fails.
Fri, 10 Mar 2023 06:47:48 +0300 Maxim Dounin HTTP/2: socket leak with "return 444" in error_page (ticket #2455).
Tue, 21 Dec 2021 07:54:16 +0300 Ruslan Ermilov Moved Huffman coding out of HTTP/2.
Mon, 06 Sep 2021 14:54:50 +0300 Maxim Dounin HTTP/2: optimized processing of small DATA frames.
Mon, 06 Sep 2021 14:54:48 +0300 Maxim Dounin HTTP/2: fixed timers left after request body reading.
Mon, 06 Sep 2021 14:54:47 +0300 Maxim Dounin HTTP/2: fixed window updates when buffering in filters.
Thu, 02 Sep 2021 12:25:37 +0300 Roman Arutyunyan Fixed debug logging.
Tue, 31 Aug 2021 16:44:13 +0300 Maxim Dounin HTTP/2: avoid memcpy() with NULL source and zero length.
Sun, 29 Aug 2021 22:22:02 +0300 Maxim Dounin Request body: reading body buffering in filters.
Sun, 29 Aug 2021 22:20:44 +0300 Maxim Dounin HTTP/2: improved handling of preread unbuffered requests.
Sun, 29 Aug 2021 22:20:38 +0300 Maxim Dounin HTTP/2: improved handling of END_STREAM in a separate DATA frame.
Sun, 29 Aug 2021 22:20:36 +0300 Maxim Dounin HTTP/2: reworked body reading to better match HTTP/1.x code.
Sun, 29 Aug 2021 22:20:34 +0300 Maxim Dounin HTTP/2: improved body reading logging.
Mon, 28 Jun 2021 18:01:18 +0300 Maxim Dounin Disabled control characters and space in header names.
Mon, 28 Jun 2021 18:01:04 +0300 Maxim Dounin Added CONNECT method rejection.
Thu, 08 Apr 2021 00:15:48 +0300 Maxim Dounin Introduced the "keepalive_time" directive.
Wed, 07 Apr 2021 02:03:29 +0300 Maxim Dounin HTTP/2: relaxed PRIORITY frames limit.
Fri, 26 Mar 2021 01:44:57 +0300 Maxim Dounin HTTP/2: improved handling of "keepalive_timeout 0".