From 558ca1fa11bf8ef2eb30e1ceb21dac181fb54147 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@fastmail.com> Date: Tue, 7 Mar 2017 18:25:41 +0100 Subject: [PATCH] More correct description of the socket fail fix. --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5306cd0a76..67d476e26d 100644 --- a/CHANGES +++ b/CHANGES @@ -26,7 +26,8 @@ o Protocols.HTTP - Fixed do_async_proxied_method() losing the timeout during TLS negotiation. - - Now avoids a deadlock if Query is unable to open socket. + - Now fails immediately if Query is unable to open a socket, instead + of waiting 120 seconds for a time out. Changes since Pike 8.0.388 (release 7) -- GitLab