diff options
author | Marcin Siodelski <marcin@isc.org> | 2020-08-21 14:45:25 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2020-08-21 15:36:08 +0200 |
commit | 78e5da34ac7f083e9f67ab8e8510ca547175d811 (patch) | |
tree | b55369e9b852a43d5d78393d817a4ca6f15e2b7d /ChangeLog | |
parent | [#1390] Removed spurious reference (diff) | |
download | kea-78e5da34ac7f083e9f67ab8e8510ca547175d811.tar.xz kea-78e5da34ac7f083e9f67ab8e8510ca547175d811.zip |
[#1390] Minor fix in ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |