From 469579e71e51f8542f559cdeb7c97019f364af61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 23 Nov 2022 14:23:40 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3693] (cherry picked from commit 32e0df2a13ebf3eaf3c76a3df663187011e3d793) --- CHANGES | 5 +++++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index 4792141124..320b432c23 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6027. [bug] Fix assertion failure in isc_http API used by + statschannel if the read callback would be called + on HTTP request that has been already closed. + [GL #3693] + 6026. [cleanup] Deduplicate time unit conversion factors. [GL !7033] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index c2ff29300d..9b68e65012 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -47,9 +47,13 @@ Bug Fixes 10 to 100 to accomodate for some browsers that send more that 10 headers by default. :gl:`#3670` + - Copy TLS identifier when setting up primaries for catalog member zones. :gl:`#3638` +- Fix an assertion failure in the statschannel caused by reading from the HTTP + connection closed prematurely (connection error, shutdown). :gl:`#3693` + Known Issues ~~~~~~~~~~~~