From: Tomek Mrugalski Date: Wed, 7 Nov 2018 09:32:12 +0000 (+0700) Subject: [#26,!106] ChangeLog updated. X-Git-Tag: 259-libyang-adapt-authoritative_base~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F26-httpclient-add-timeout-to-connect;p=thirdparty%2Fkea.git [#26,!106] ChangeLog updated. --- diff --git a/ChangeLog b/ChangeLog index 920b8e81d4..d5eddb415c 100644 --- 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