log src/http/modules/ngx_http_proxy_module.c @ 9290:4538c1ffb0f8 default tip

age author description
Sat, 27 Apr 2024 18:23:52 +0300 Maxim Dounin Request body: discarded body now treated as no body.
Sat, 27 Apr 2024 18:18:13 +0300 Maxim Dounin Proxy: use zero Content-Length while discarding request body.
Fri, 24 Mar 2023 02:57:43 +0300 Maxim Dounin SSL: enabled TLSv1.3 by default.
Wed, 29 Jun 2022 02:47:45 +0300 Maxim Dounin Upstream: optimized use of SSL contexts (ticket #1234).
Tue, 07 Jun 2022 20:08:57 +0400 Sergey Kandaurov Upstream: handling of certificates specified as an empty string.
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:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Mon, 18 Oct 2021 16:46:59 +0300 Maxim Dounin Upstream: fixed logging level of upstream invalid header errors.
Thu, 07 Oct 2021 19:23:11 -0700 Awdhesh Mathpal Proxy: disabled keepalive on extra data in non-buffered mode.
Mon, 16 Aug 2021 22:40:31 +0300 Maxim Dounin SSL: ciphers now set before loading certificates (ticket #2035).
Mon, 28 Jun 2021 18:01:20 +0300 Maxim Dounin Improved logging of invalid headers.
Mon, 28 Jun 2021 18:01:13 +0300 Maxim Dounin Disabled spaces in URIs (ticket #196).
Thu, 06 May 2021 02:22:09 +0300 Maxim Dounin Upstream: variables support in certificates.
Thu, 06 May 2021 02:22:03 +0300 Maxim Dounin Changed complex value slots to use NGX_CONF_UNSET_PTR.
Fri, 05 Mar 2021 17:16:13 +0300 Maxim Dounin SSL: fixed build by Sun C with old OpenSSL versions.
Tue, 02 Mar 2021 00:58:24 +0300 Ruslan Ermilov Proxy: variables support in "proxy_cookie_flags" flags.
Tue, 12 Jan 2021 16:59:31 +0300 Maxim Dounin Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Thu, 22 Oct 2020 18:00:23 +0300 Maxim Dounin Upstream: proxy_ssl_conf_command and friends.
Thu, 22 Oct 2020 18:00:20 +0300 Maxim Dounin Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.
Tue, 29 Sep 2020 15:54:09 +0300 Maxim Dounin Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.
Sun, 27 Sep 2020 23:21:11 +0300 Ruslan Ermilov Proxy: added the "proxy_cookie_flags" directive.
Sun, 27 Sep 2020 23:21:10 +0300 Ruslan Ermilov Proxy: changed interface of some internal functions.
Sun, 27 Sep 2020 23:21:09 +0300 Ruslan Ermilov Proxy: strengthen syntax checking for some directives.
Mon, 06 Jul 2020 18:36:21 +0300 Maxim Dounin Proxy: style.
Mon, 06 Jul 2020 18:36:20 +0300 Maxim Dounin Proxy: detection of data after final chunk.
Mon, 06 Jul 2020 18:36:19 +0300 Maxim Dounin Proxy: drop extra data sent by upstream.
Sun, 03 Mar 2019 16:48:39 +0300 Maxim Dounin SSL: fixed potential leak on memory allocation errors.
Wed, 03 Oct 2018 14:08:51 +0300 Vladimir Homutov Upstream: proxy_socket_keepalive and friends.
Tue, 17 Jul 2018 15:30:43 +0300 Ruslan Ermilov Fixed invalid access to location defined as an empty string.