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.
Mon, 09 Oct 2017 15:59:10 +0300 Maxim Dounin Upstream: even better handling of invalid headers in cache files.
Tue, 03 Oct 2017 18:19:27 +0300 Maxim Dounin Cache: fixed caching of intercepted errors (ticket #1382).
Mon, 02 Oct 2017 19:10:20 +0300 Maxim Dounin Upstream: better handling of invalid headers in cache files.
Wed, 23 Aug 2017 19:20:06 +0300 Maxim Dounin Upstream: unconditional parsing of last_modified_time.
Tue, 01 Aug 2017 14:28:33 +0300 Ruslan Ermilov Variables: macros for null variables.
Wed, 19 Jul 2017 20:38:17 +0300 Roman Arutyunyan Upstream: keep request body file from removal if requested.
Mon, 17 Jul 2017 17:23:51 +0300 Valentin Bartenev Parenthesized ASCII-related calculations.
Thu, 22 Jun 2017 21:09:06 +0300 Maxim Dounin Upstream: introduced ngx_http_upstream_ssl_handshake_handler().
Wed, 14 Jun 2017 20:13:41 +0300 Roman Arutyunyan Upstream: fixed running posted requests (ticket #788).
Wed, 31 May 2017 13:51:36 -0700 Piotr Sikora Upstream: style.
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
Thu, 25 May 2017 15:57:59 +0300 Roman Arutyunyan Background subrequests for cache updates.
Thu, 20 Apr 2017 18:26:37 +0300 Sergey Kandaurov Cleaned up r->headers_out.headers allocation error handling.
Fri, 24 Mar 2017 02:48:03 -0700 Piotr Sikora Upstream: allow recovery from "429 Too Many Requests" response.
Sun, 02 Apr 2017 14:32:29 +0300 Maxim Dounin Moved handling of wev->delayed to the connection event handler.
Tue, 28 Mar 2017 18:15:41 +0300 Maxim Dounin Threads: fixed request hang with aio_write and subrequests.
Mon, 06 Mar 2017 11:09:47 +0300 Ruslan Ermilov Added missing "static" specifiers found by gcc -Wtraditional.
Thu, 02 Mar 2017 08:46:00 -0500 Eran Kornblau Added missing static specifiers.
Fri, 10 Feb 2017 20:24:26 +0300 Maxim Dounin Upstream: read handler cleared on upstream finalization.
Fri, 10 Feb 2017 15:13:41 +0300 Roman Arutyunyan Upstream: proxy_cache_background_update and friends.
Thu, 22 Dec 2016 14:25:34 +0300 Roman Arutyunyan Cache: support for stale-while-revalidate and stale-if-error.
Tue, 31 Jan 2017 21:19:58 +0300 Dmitry Volyntsev Variables: generic prefix variables.
Fri, 20 Jan 2017 21:14:19 +0300 Maxim Dounin Upstream: fixed cache corruption and socket leaks with aio_write. stable-1.10
Fri, 20 Jan 2017 21:14:19 +0300 Maxim Dounin Upstream: fixed cache corruption and socket leaks with aio_write.
Thu, 22 Dec 2016 11:58:52 +0300 Ruslan Ermilov Fixed missing "Location" field with some relative redirects.
Mon, 14 Nov 2016 17:21:06 +0300 Maxim Dounin Upstream: handling of upstream SSL handshake timeouts.
Thu, 03 Nov 2016 17:10:29 +0300 Maxim Dounin Cache: prefix-based temporary files.
Thu, 03 Nov 2016 17:09:32 +0300 Maxim Dounin Upstream: avoid holding a cache node with upgraded connections.
Wed, 02 Nov 2016 20:05:21 +0300 Dmitry Volyntsev Cache: proxy_cache_max_range_offset and friends.
Mon, 17 Oct 2016 14:30:54 +0300 Ruslan Ermilov Upstream: removed ngx_http_upstream_srv_conf_t.default_port.
Mon, 17 Oct 2016 14:27:45 +0300 Ruslan Ermilov Upstream: don't consider default_port when matching upstreams.
Mon, 17 Oct 2016 14:14:02 +0300 Ruslan Ermilov Upstream: consistently initialize explicit upstreams.
Mon, 31 Oct 2016 18:33:36 +0300 Ruslan Ermilov Upstream: do not unnecessarily create per-request upstreams.
Wed, 19 Oct 2016 18:36:50 +0300 Maxim Dounin SSL: compatibility with BoringSSL.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Upstream: hide_headers_hash handling at http level.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Upstream: hide_headers_hash inherited regardless of cache settings.
Thu, 22 Sep 2016 19:32:47 +0300 Ruslan Ermilov Upstream: max_conns.
Thu, 22 Sep 2016 19:32:26 +0300 Maxim Dounin Upstream: introduced u->upstream.
Tue, 20 Sep 2016 15:07:16 +0300 Valentin Bartenev Fixed log levels of configuration parsing errors.
Wed, 10 Aug 2016 16:46:39 +0300 Vladimir Homutov Upstream: the $upstream_bytes_received variable.
Mon, 20 Jun 2016 11:50:43 +0300 Roman Arutyunyan Upstream: support for port in proxy_bind and friends.
Fri, 13 May 2016 17:19:23 +0300 Valentin Bartenev Improved EPOLLRDHUP handling.
Fri, 18 Dec 2015 19:05:27 +0300 Roman Arutyunyan Upstream: the "transparent" parameter of proxy_bind and friends.
Wed, 13 Apr 2016 15:42:46 +0300 Roman Arutyunyan Upstream: prepared proxy_bind to accept parameters.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Mon, 28 Mar 2016 19:50:19 +0300 Maxim Dounin Upstream: proxy_next_upstream non_idempotent.
Mon, 28 Mar 2016 19:49:52 +0300 Maxim Dounin Upstream: cached connections now tested against next_upstream.
Fri, 18 Mar 2016 06:44:49 +0300 Maxim Dounin Threads: writing via threads pools in event pipe.
Wed, 16 Mar 2016 14:44:41 +0300 Ruslan Ermilov Style.
Tue, 08 Mar 2016 22:31:55 -0500 Justin Li Upstream: avoid closing client connection in edge case.
Thu, 10 Mar 2016 21:58:03 +0300 Maxim Dounin Upstream: fixed "zero size buf" alerts with cache (ticket #918).
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Thu, 03 Sep 2015 15:09:21 +0300 Roman Arutyunyan Upstream: fixed cache send error handling. stable-1.8
Mon, 11 Jan 2016 19:08:12 +0300 Maxim Dounin Upstream: fixed changing method on X-Accel-Redirect.
Thu, 17 Dec 2015 16:39:15 +0300 Maxim Dounin Upstream: don't keep connections on early responses (ticket #669).
Wed, 09 Dec 2015 16:26:59 +0300 Ruslan Ermilov Fixed fastcgi_pass with UNIX socket and variables (ticket #855).
Mon, 07 Dec 2015 16:30:47 +0300 Roman Arutyunyan Upstream: fill r->headers_out.content_range from upstream response.
Wed, 02 Dec 2015 01:06:54 +0300 Maxim Dounin Style.
Fri, 06 Nov 2015 15:22:43 +0300 Ruslan Ermilov Style: unified request method checks.
Sat, 21 Nov 2015 10:44:07 +0300 Ruslan Ermilov Upstream: fixed "no port" detection in evaluated upstreams.
Wed, 11 Nov 2015 15:47:30 +0300 Roman Arutyunyan Upstream: proxy_cache_convert_head directive.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Thu, 03 Sep 2015 15:09:21 +0300 Roman Arutyunyan Upstream: fixed cache send error handling.
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Sat, 16 May 2015 01:32:27 +0300 Ruslan Ermilov Upstream: $upstream_connect_time.
Sat, 16 May 2015 01:31:04 +0300 Ruslan Ermilov Upstream: times to obtain header/response are stored as ngx_msec_t.
Wed, 22 Apr 2015 18:57:32 +0300 Ruslan Ermilov Removed the obsolete aio module.
Tue, 07 Apr 2015 00:07:04 +0300 Ruslan Ermilov Upstream: abbreviated SSL handshake may interact badly with Nagle.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed ngx_connection_t.lock.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Tue, 03 Mar 2015 01:15:21 +0300 Maxim Dounin Style.
Mon, 02 Mar 2015 21:44:42 +0300 Maxim Dounin Upstream: upstream argument in ngx_http_upstream_process_request().
Mon, 02 Mar 2015 21:44:32 +0300 Maxim Dounin Upstream: avoid duplicate finalization.
Mon, 02 Mar 2015 19:47:13 +0300 Roman Arutyunyan Cache: do not inherit last_modified and etag from stale response.
Thu, 22 Jan 2015 16:23:32 +0300 Ruslan Ermilov Upstream: detect port absence in fastcgi_pass with IP literal.
Mon, 02 Feb 2015 19:38:35 +0300 Roman Arutyunyan Cache: added temp_path to file cache.
Wed, 14 Jan 2015 09:03:35 +0300 Vladimir Homutov Upstream: $upstream_header_time variable.
Fri, 26 Dec 2014 16:22:59 +0300 Valentin Bartenev Upstream: use_temp_path parameter of proxy_cache_path and friends.
Fri, 26 Dec 2014 16:22:56 +0300 Valentin Bartenev Cache: update variant while setting header.
Mon, 22 Dec 2014 12:59:09 +0300 Valentin Bartenev Upstream: added variables support to proxy_cache and friends.
Mon, 22 Dec 2014 12:59:06 +0300 Valentin Bartenev Upstream: preset some cache configuration when bypassing.
Mon, 22 Dec 2014 12:59:02 +0300 Valentin Bartenev Upstream: refactored proxy_cache and friends.
Mon, 22 Dec 2014 12:58:56 +0300 Valentin Bartenev Upstream: simplified proxy_store and friends configuration code.
Wed, 26 Nov 2014 18:35:37 -0800 Piotr Sikora Cache: send conditional requests only for cached 200/206 responses.
Tue, 02 Dec 2014 05:54:54 +0300 Maxim Dounin Upstream: improved subrequest logging.
Tue, 18 Nov 2014 17:07:14 -0800 Piotr Sikora Cache: add support for Cache-Control's s-maxage response directive.
Tue, 18 Nov 2014 20:41:12 +0300 Roman Arutyunyan Cache: proxy_cache_lock_age and friends.
Tue, 04 Nov 2014 19:56:23 +0900 Toshikuni Fukaya Upstream: support named location for X-Accel-Redirect.
Mon, 27 Oct 2014 19:52:03 +0800 Gu Feng Upstream: limited next_upstream time and tries when resolving DNS.