Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum allowable header size exceeded: 8192 #74

Closed
gitressa opened this issue Mar 9, 2019 · 6 comments
Closed

Maximum allowable header size exceeded: 8192 #74

gitressa opened this issue Mar 9, 2019 · 6 comments

Comments

@gitressa
Copy link
Contributor

gitressa commented Mar 9, 2019

Some of my pages are long lists of links, so they return this error:
"exception":"Maximum allowable header size exceeded: 8192"

Is it possible to increase the allowed header size, or might it have unintended consequences?

@dantleech
Copy link
Owner

It is possible and looks like something we should allow to be configured (in addition to max body size). Curious as to which headers exceed 8,192 bytes though.

@gitressa
Copy link
Contributor Author

gitressa commented Mar 9, 2019

Thanks! I was wrong, it isn't due to many links on the page, but because there are a lot of content in the Cache-Tags field.

dantleech added a commit that referenced this issue Mar 9, 2019
support passing max header and body size to client
@dantleech
Copy link
Owner

Fixed in #75

@gitressa
Copy link
Contributor Author

gitressa commented Mar 9, 2019

Thanks, I tried the latest vesion with #75 and it worked perfectly, allowing me to increase the header size with --client-max-header-size=16384.

@gitressa
Copy link
Contributor Author

I wonder if it is worth considering raising Fink's default Max header size to 16384?

@gitressa
Copy link
Contributor Author

I have created a PR which increases the Max header, see #111.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants