From: Marcin Siodelski Date: Thu, 20 Aug 2020 11:29:58 +0000 (+0200) Subject: [#1390] Added ChangeLog entry for #1390 X-Git-Tag: Kea-1.8.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f4c682ad79eae5a011f3b852fe0df080373c54;p=thirdparty%2Fkea.git [#1390] Added ChangeLog entry for #1390 --- diff --git a/ChangeLog b/ChangeLog index ec6cd7538e..1fc677cd39 100644 --- 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.