mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add CHANGES and release note for [GL #3670]
(cherry picked from commit c65666dc97)
This commit is contained in:
parent
9e5299db30
commit
b1d21c0ece
2 changed files with 7 additions and 1 deletions
4
CHANGES
4
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]
|
||||
|
||||
6013. [bug] Fix a crash that could happen when you change
|
||||
a dnssec-policy zone with NSEC3 to start using
|
||||
inline-signing. [GL #3591]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue