From: Marcin Siodelski Date: Fri, 21 Aug 2020 12:45:25 +0000 (+0200) Subject: [#1390] Minor fix in ChangeLog entry X-Git-Tag: Kea-1.8.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e5da34ac7f083e9f67ab8e8510ca547175d811;p=thirdparty%2Fkea.git [#1390] Minor fix in ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 1fc677cd39..787ae0f964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ 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 + Re-establishing the connection may help avoid further timeouts during the High Availability operation. (Gitlab #1390)