From: Ondřej Surý Date: Thu, 10 Nov 2022 15:41:25 +0000 (+0100) Subject: Add CHANGES and release note for [GL #3670] X-Git-Tag: v9.19.8~67^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c65666dc9742a34395d53bb251df217a2feec56e;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3670] --- diff --git a/CHANGES b/CHANGES index 50bc9dcf5c6..3c00f7e1cf2 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 6be7563b9eb..b689ac2d9c3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~