log src/http/ngx_http_upstream.c @ 7649:3c8082c3f98a

age author description
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.
Wed, 13 Jun 2018 15:28:11 +0300 Maxim Dounin Upstream: disable body cleanup with preserve_output (ticket #1565).
Thu, 05 Apr 2018 16:56:12 +0300 Maxim Dounin Upstream: fixed u->conf->preserve_output (ticket #1519).
Tue, 03 Apr 2018 02:43:18 +0300 Maxim Dounin Upstream: fixed ngx_http_upstream_test_next() conditions.
Mon, 19 Mar 2018 16:28:23 +0300 Ruslan Ermilov Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.
Sat, 17 Mar 2018 23:04:23 +0300 Maxim Dounin Upstream: u->conf->preserve_output flag.
Sat, 17 Mar 2018 23:04:22 +0300 Maxim Dounin Upstream: u->request_body_blocked flag.
Sat, 17 Mar 2018 23:04:21 +0300 Maxim Dounin Upstream: trailers support, u->conf->pass_trailers flag.
Wed, 28 Feb 2018 16:56:58 +0300 Roman Arutyunyan Generic subrequests in memory.
Thu, 08 Feb 2018 09:54:18 +0300 Ruslan Ermilov Basic support of the Link response header.
Tue, 30 Jan 2018 22:23:58 +0300 Ruslan Ermilov Upstream: removed X-Powered-By from the list of special headers.
Thu, 11 Jan 2018 21:43:49 +0300 Maxim Dounin Upstream: fixed "header already sent" alerts on backend errors.
Wed, 13 Dec 2017 20:40:53 +0300 Roman Arutyunyan Retain CAP_NET_RAW capability for transparent proxying.
Fri, 01 Dec 2017 15:59:14 -0800 Patryk Lesiewicz Upstream: flush low-level buffers on write retry.
Wed, 11 Oct 2017 17:38:21 +0300 Roman Arutyunyan Upstream: disabled upgrading in subrequests.
Wed, 11 Oct 2017 22:04:28 +0300 Ruslan Ermilov Upstream: fixed $upstream_status when upstream returns 503/504.
Tue, 10 Oct 2017 01:04:54 +0300 Sergey Kandaurov Upstream: fixed error handling of stale and revalidated cache send.