]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3693]
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Nov 2022 13:23:40 +0000 (14:23 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 25 Nov 2022 15:22:07 +0000 (16:22 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 80f83cb891ab271c8abf8c97208e9303a2debd90..cf143a47ead8ac4a86bcbd6f777441bc8cb2946c 100644 (file)
--- 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]
 
index 12eca88597cd856a9e97fd55fef9a6634fbf172c..0397ae03292d1a8170c202fdf2b5173257184934 100644 (file)
@@ -52,9 +52,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
 ~~~~~~~~~~~~