Firefox cannot read stats channel - too many headers in request
Summary
Firefox web browser sends so many headers that it exceeds the hardcoded header-count limit of 10 and causes connection to the statics channel to be reset.
BIND version used
- 9.19.8-dev 48a92653
Steps to reproduce
- get Firefox 106.0.5
- try to open the stats channel using HTTP URL
What is the current bug behavior?
Error message:
The connection was reset The connection to the server was reset while the page was loading.
Relevant configuration files
statistics-channels {
inet ::1 port 8080;
};
Relevant logs and/or screenshots
No logs from named
- and I think that's a bug by itself.
Firefox on my machine sends at least 13 HTTP headers in the request.
Possible fixes
- Bump the number
- Add logging, please
Edited by Petr Špaček