log src/http/ngx_http_request.c @ 7738:554c6ae25ffc

age author description
Fri, 06 Nov 2020 23:44:54 +0300 Ruslan Ermilov SSL: fixed non-working SSL shutdown on lingering close.
Fri, 06 Nov 2020 23:44:47 +0300 Ruslan Ermilov Removed dead code from ngx_http_set_keepalive().
Thu, 22 Oct 2020 18:02:28 +0300 Maxim Dounin SSL: ssl_reject_handshake directive (ticket #195).
Thu, 24 Sep 2020 13:51:29 +0100 Sergey Kandaurov SSL: abort handshake on SSL_set_SSL_CTX() errors.
Mon, 10 Aug 2020 18:52:34 +0300 Maxim Dounin SSL: disabled sending shutdown after ngx_http_test_reading().
Thu, 06 Aug 2020 05:02:22 +0300 Maxim Dounin Added size check to ngx_http_alloc_large_header_buffer().
Fri, 22 May 2020 17:30:12 +0300 Roman Arutyunyan SSL: client certificate validation with OCSP (ticket #1534).
Fri, 28 Feb 2020 19:54:13 +0300 Roman Arutyunyan Simplified subrequest finalization.
Mon, 02 Mar 2020 20:07:36 +0300 Dmitry Volyntsev Fixed premature background subrequest finalization.
Thu, 27 Feb 2020 19:03:21 +0300 Sergey Kandaurov Disabled connection reuse while in SSL handshake.
Thu, 20 Feb 2020 16:51:07 +0300 Maxim Dounin Disabled duplicate "Host" headers (ticket #1724).
Thu, 20 Feb 2020 16:19:34 +0300 Maxim Dounin Removed "Transfer-Encoding: identity" support.
Thu, 20 Feb 2020 16:19:29 +0300 Maxim Dounin Disabled multiple Transfer-Encoding headers.
Tue, 05 Mar 2019 16:34:19 +0300 Maxim Dounin SSL: moved c->ssl->handshaked check in server name callback.
Sun, 03 Mar 2019 16:48:06 +0300 Maxim Dounin SSL: server name callback changed to return fatal errors.
Sun, 03 Mar 2019 16:47:44 +0300 Maxim Dounin SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.
Mon, 25 Feb 2019 21:16:26 +0300 Maxim Dounin SSL: fixed possible segfault with dynamic certificates.
Mon, 25 Feb 2019 16:42:23 +0300 Maxim Dounin SSL: passwords support for dynamic certificate loading.
Mon, 25 Feb 2019 16:42:05 +0300 Maxim Dounin SSL: variables support in ssl_certificate and ssl_certificate_key.
Mon, 25 Feb 2019 16:41:08 +0300 Maxim Dounin Style.
Mon, 16 Jul 2018 17:47:20 +0300 Maxim Dounin SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+. stable-1.14
Tue, 02 Oct 2018 17:46:18 +0300 Maxim Dounin SSL: fixed segfault on renegotiation (ticket #1646).
Fri, 21 Sep 2018 15:59:30 +0300 Maxim Dounin Fixed socket leak with "return 444" in error_page (ticket #274).
Mon, 10 Sep 2018 18:57:13 +0300 Maxim Dounin Lingering close changed to handle NGX_AGAIN.
Mon, 16 Jul 2018 17:47:20 +0300 Maxim Dounin SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.
Thu, 12 Jul 2018 12:50:20 +0300 Ruslan Ermilov Allow resetting connections closed by "return 444" (ticket #905).
Thu, 07 Jun 2018 20:01:41 +0300 Ruslan Ermilov Added r->schema.
Thu, 07 Jun 2018 19:53:43 +0300 Ruslan Ermilov Removed extraneous check while processing request line.
Tue, 24 Apr 2018 15:29:01 +0300 Maxim Dounin SSL: detect "listen ... ssl" without certificates (ticket #178).
Sat, 17 Mar 2018 23:04:25 +0300 Maxim Dounin gRPC: special handling of the TE request header.