]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#26,!106] ChangeLog updated. 26-httpclient-add-timeout-to-connect
authorTomek Mrugalski <tomasz@isc.org>
Wed, 7 Nov 2018 09:32:12 +0000 (16:32 +0700)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 7 Nov 2018 09:32:49 +0000 (16:32 +0700)
ChangeLog

index 920b8e81d47d9ebb96718ebc5ba8893acdba917f..d5eddb415cfb68eab49a2fdcd214a6e1b121cb40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1472.  [bug]           marcin
+       Timeout is now reported by the HTTP client when connecting to the server
+       takes too long. This eliminates HTTP client hangs when firewall is
+       misconfigured and causes connection to never be established. This issue
+       was found during Kea High Availability testing.
+       (Gitlab #26,!106, git 9724823f160af0ef5e8ccdf779087ff08a04457a)
+
 1471.  [bug]           lmasarati
        Fixed a bug in kea-admin that ignored specified remote hostname.
        Thank you to lmasarati and Thorsten Krohn for reporting it and