-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
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. |
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. |
support passing max header and body size to client
Fixed in #75 |
Thanks, I tried the latest vesion with #75 and it worked perfectly, allowing me to increase the header size with |
I wonder if it is worth considering raising Fink's default Max header size to 16384? |
I have created a PR which increases the Max header, see #111. |
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?
The text was updated successfully, but these errors were encountered: