]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1390] Added ChangeLog entry for #1390
authorMarcin Siodelski <marcin@isc.org>
Thu, 20 Aug 2020 11:29:58 +0000 (13:29 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 21 Aug 2020 13:36:08 +0000 (15:36 +0200)
ChangeLog

index ec6cd7538e1366969f4b542758670317572951b1..1fc677cd39c8d5be2bcead2b429054aeb9cfa83c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1796.  [bug]           marcin
+       Kea HTTP client re-establishes connection with the HTTP server when
+       timeout occurs. Prior to this change the client tried to reuse
+       the connection after timeout often getting subsequent timeouts.
+       Re-establishing the connection may help avoiding further timeouts
+       during the High Availability operation.
+       (Gitlab #1390)
+
 1795.  [bug]           razvan
        Added check for 'renew-timer' value to be lower than or equal to
        'rebind-timer' value at subnet and shared network level.