2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add CHANGES and release note for [GL #3670]

This commit is contained in:
Ondřej Surý 2022-11-10 16:41:25 +01:00
parent e4654d1a6a
commit c65666dc97
2 changed files with 7 additions and 1 deletions

View File

@ -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]

View 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
~~~~~~~~~~~~