]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Modify CHANGES
authorArtem Boldariev <artem@boldariev.com>
Mon, 5 Jul 2021 10:10:53 +0000 (13:10 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 9 Jul 2021 12:43:37 +0000 (15:43 +0300)
Document that BIND hanging in a case HTTP/2 streams been ended
prematurely is fixed.

CHANGES

diff --git a/CHANGES b/CHANGES
index 507ab6b9614132b687da36efdd40a58e88307420..e61590155f5dfda4d9e2b17e454b956515d2dfb6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5674.  [bug]           Fix BIND hanging when HTTP/2 streams are aborted
+                       prematurely by web browsers. [GL !5245]
+
 5673.  [func]          Add "--disable-doh" configuration option to allow
                        BIND 9 to compile without libnghttp2 library.
                        [GL #2478]