log src/http/ngx_http_upstream.c @ 9270:3d455e37abf8 default tip

age author description
Sat, 27 Apr 2024 18:19:27 +0300 Maxim Dounin Request body: logging of timeouts.
Sat, 30 Mar 2024 05:06:15 +0300 Maxim Dounin Upstream: improved c->read->ready flag handling.
Tue, 20 Feb 2024 01:23:43 +0300 Maxim Dounin Upstream: fixed X-Accel-Redirect handling from cache files.
Tue, 30 Jan 2024 03:20:10 +0300 Maxim Dounin Upstream: fixed usage of closed sockets with filter finalization.
Tue, 30 Jan 2024 03:20:05 +0300 Maxim Dounin Fixed request termination with AIO and subrequests (ticket #2555).
Mon, 29 Jan 2024 10:31:37 +0300 Maxim Dounin AIO operations now add timers (ticket #2162).
Wed, 22 Jun 2022 18:34:58 +0400 Sergey Kandaurov Merged with the default branch. quic
Fri, 24 Dec 2021 15:53:59 +0300 Ruslan Ermilov Merged with the default branch. quic
Mon, 06 Dec 2021 13:02:36 +0300 Roman Arutyunyan HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module. quic
Wed, 03 Nov 2021 11:22:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 01 Sep 2021 10:57:25 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 28 May 2021 13:33:08 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 30 Mar 2021 23:34:51 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 17 Feb 2021 14:48:35 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 10 Nov 2020 19:40:00 +0000 Roman Arutyunyan QUIC: renamed c->qs to c->quic. quic
Mon, 12 Oct 2020 14:00:00 +0100 Sergey Kandaurov QUIC: fixed ngx_http_upstream_init() much like HTTP/2 connections. quic
Thu, 01 Oct 2020 12:21:11 +0100 Sergey Kandaurov Merged with the default branch. quic
Thu, 20 Aug 2020 12:33:00 +0300 Roman Arutyunyan HTTP/3: special handling of client errors in the upstream module. quic
Tue, 07 Jun 2022 20:08:57 +0400 Sergey Kandaurov Upstream: handling of certificates specified as an empty string.
Tue, 07 Jun 2022 00:07:12 +0300 Maxim Dounin Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.
Tue, 31 May 2022 00:14:11 +0300 Maxim Dounin Upstream: fixed build without http cache (broken by cd73509f21e2).
Mon, 30 May 2022 21:25:53 +0300 Maxim Dounin Upstream: multiple WWW-Authenticate headers (ticket #485).
Mon, 30 May 2022 21:25:51 +0300 Maxim Dounin Upstream: handling of multiple Vary headers (ticket #1423).
Mon, 30 May 2022 21:25:49 +0300 Maxim Dounin Upstream: duplicate headers ignored or properly linked.
Mon, 30 May 2022 21:25:48 +0300 Maxim Dounin Upstream: header handlers can now return parsing errors.
Mon, 30 May 2022 21:25:46 +0300 Maxim Dounin Upstream: all known headers in u->headers_in are linked lists now.
Mon, 30 May 2022 21:25:45 +0300 Maxim Dounin All known output headers can be linked lists now.
Mon, 30 May 2022 21:25:43 +0300 Maxim Dounin Upstream: simplified Accept-Ranges handling.
Mon, 30 May 2022 21:25:42 +0300 Maxim Dounin Upstream: simplified Content-Encoding handling.
Mon, 30 May 2022 21:25:40 +0300 Maxim Dounin Upstream: style.
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Mon, 30 May 2022 21:25:32 +0300 Maxim Dounin Combining unknown headers during variables lookup (ticket #1316).
Thu, 25 Nov 2021 22:02:10 +0300 Maxim Dounin HTTP/2: fixed sendfile() aio handling.
Thu, 25 Nov 2021 22:02:05 +0300 Maxim Dounin HTTP/2: fixed "task already active" with sendfile in threads.
Fri, 20 Aug 2021 03:53:56 +0300 Maxim Dounin Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229). stable-1.20
Fri, 29 Oct 2021 20:21:54 +0300 Maxim Dounin Upstream: sendfile_max_chunk support.
Thu, 21 Oct 2021 18:44:07 +0300 Maxim Dounin SSL: SSL_sendfile() support with kernel TLS.
Fri, 20 Aug 2021 03:53:56 +0300 Maxim Dounin Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).
Thu, 06 May 2021 02:22:09 +0300 Maxim Dounin Upstream: variables support in certificates.
Sun, 28 Mar 2021 17:45:39 +0300 Maxim Dounin Fixed handling of already closed connections.
Sun, 28 Mar 2021 17:45:37 +0300 Maxim Dounin Upstream: fixed broken connection check with eventport.
Sun, 28 Mar 2021 17:45:35 +0300 Maxim Dounin Upstream: fixed non-buffered proxying with eventport.
Tue, 12 Jan 2021 16:59:31 +0300 Maxim Dounin Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Wed, 29 Jul 2020 13:28:04 +0300 Roman Arutyunyan Cache: ignore stale-if-error for 4xx and 5xx codes.
Mon, 06 Jul 2020 18:36:23 +0300 Maxim Dounin FastCGI: protection from responses with wrong length.
Mon, 06 Jul 2020 18:36:22 +0300 Maxim Dounin Upstream: drop extra data sent by upstream.
Wed, 13 May 2020 22:02:47 +0800 Jinhua Tan Upstream: jump out of loop after matching the status code.
Thu, 18 Jul 2019 18:27:52 +0300 Maxim Dounin Upstream: fixed EOF handling in unbuffered and upgraded modes.
Mon, 03 Jun 2019 20:33:26 +0300 Roman Arutyunyan Upstream: background cache update before cache send (ticket #1782).
Wed, 24 Apr 2019 16:38:54 +0300 Ruslan Ermilov Variables support in limit_rate and limit_rate_after (ticket #293).
Mon, 11 Feb 2019 13:36:53 +0900 Chanhun Jeong Upstream: fixed logging of required buffer size (ticket #1722).
Thu, 13 Dec 2018 17:23:07 +0300 Ruslan Ermilov Upstream: implemented $upstream_bytes_sent.
Mon, 02 Jul 2018 19:03:04 +0300 Maxim Dounin Upstream: fixed tcp_nopush with gRPC. stable-1.14
Wed, 21 Nov 2018 13:40:40 +0300 Vladimir Homutov Upstream: revised upstream response time variables.
Wed, 03 Oct 2018 14:08:51 +0300 Vladimir Homutov Upstream: proxy_socket_keepalive and friends.
Fri, 24 Aug 2018 12:19:37 +0300 Vladimir Homutov Upstream: fixed request chain traversal (ticket #1618).
Fri, 10 Aug 2018 21:54:46 +0300 Maxim Dounin Upstream keepalive: keepalive_requests directive.
Tue, 17 Jul 2018 12:53:23 +0300 Sergey Kandaurov SSL: save sessions for upstream peers using a callback function.
Mon, 02 Jul 2018 19:03:04 +0300 Maxim Dounin Upstream: fixed tcp_nopush with gRPC.
Mon, 02 Jul 2018 19:02:31 +0300 Maxim Dounin Upstream: fixed unexpected tcp_nopush usage on peer connections.