]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3670]
authorOndřej Surý <ondrej@isc.org>
Thu, 10 Nov 2022 15:41:25 +0000 (16:41 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 10 Nov 2022 15:41:25 +0000 (16:41 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 50bc9dcf5c617e7db6bfb51fe92ad7b41e24069f..3c00f7e1cf26c40e5643ba1a613dbe729723db4d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6015.  [bug]           Some browsers (Firefox) send more than 10 HTTP
+                       headers.  Bump the number of allowed HTTP headers
+                       to 100. [GL #3670]
+
 6014.  [func]          Add isc_hashmap API implementation that implements
                        Robin Hood hashing.  The API requires the keys to
                        be stored with the stored value.  [GL !6790]
index 6be7563b9eb42a0c807bd298352d70d72ed6bc7d..b689ac2d9c3eef13073fab2f636fc0a9ceb1412c 100644 (file)
@@ -35,7 +35,9 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- Increase the number of HTTP headers in the statistics channel from
+  10 to 100 to accomodate for some browsers that send more that 10
+  headers by default. :gl:`#3670`
 
 Known Issues
 ~~~~~~~~~~~~