Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 568
    • Issues 568
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 95
    • Merge requests 95
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Issues
  • #3670
Closed
Open
Issue created Nov 10, 2022 by Petr Špaček@pspacekOwner

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 Nov 10, 2022 by Petr Špaček
Assignee
Assign to
Time tracking