mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Merge branch '3670-bump-statschannel-headers' into 'main'
Bump the allowed HTTP headers in statschannel to 100 Closes #3670 See merge request isc-projects/bind9!7068
This commit is contained in:
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]
|
||||||
|
|
||||||
6014. [func] Add isc_hashmap API implementation that implements
|
6014. [func] Add isc_hashmap API implementation that implements
|
||||||
Robin Hood hashing. The API requires the keys to
|
Robin Hood hashing. The API requires the keys to
|
||||||
be stored with the stored value. [GL !6790]
|
be stored with the stored value. [GL !6790]
|
||||||
|
@@ -35,7 +35,9 @@ Feature Changes
|
|||||||
Bug Fixes
|
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
|
Known Issues
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
*/
|
*/
|
||||||
#define HTTP_RECVLEN ISC_NETMGR_TCP_RECVBUF_SIZE * 2
|
#define HTTP_RECVLEN ISC_NETMGR_TCP_RECVBUF_SIZE * 2
|
||||||
#define HTTP_SENDLEN ISC_NETMGR_TCP_RECVBUF_SIZE
|
#define HTTP_SENDLEN ISC_NETMGR_TCP_RECVBUF_SIZE
|
||||||
#define HTTP_HEADERS_NUM 10
|
#define HTTP_HEADERS_NUM 100
|
||||||
#define HTTP_MAX_REQUEST_LEN 4096
|
#define HTTP_MAX_REQUEST_LEN 4096
|
||||||
|
|
||||||
#define HTTPD_CLOSE 0x0001 /* Got a Connection: close header */
|
#define HTTPD_CLOSE 0x0001 /* Got a Connection: close header */
|
||||||
|
Reference in New Issue
Block a user