log src/http/modules/ngx_http_uwsgi_module.c @ 9299:2706b60dc225 default tip

age author description
Thu, 31 Aug 2023 22:59:17 +0300 Maxim Dounin Upstream: fixed handling of Status headers without reason-phrase.
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:30 +0300 Maxim Dounin Uwsgi: combining headers with identical names (ticket #1724).
Mon, 18 Oct 2021 16:46:59 +0300 Maxim Dounin Upstream: fixed logging level of upstream invalid header errors.
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.
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.
Thu, 22 Oct 2020 18:00:23 +0300 Maxim Dounin Upstream: proxy_ssl_conf_command and friends.
Mon, 06 Jul 2020 18:36:22 +0300 Maxim Dounin Upstream: drop extra data sent by upstream.
Mon, 15 Jun 2020 17:35:26 -0400 Quantum Correctly flush request body to uwsgi with SSL.