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

Request Header Fields Too Large 431 #636

Closed
arturkasperek opened this issue Dec 8, 2023 · 1 comment · Fixed by #675
Closed

Request Header Fields Too Large 431 #636

arturkasperek opened this issue Dec 8, 2023 · 1 comment · Fixed by #675
Labels
bug Something isn't working

Comments

@arturkasperek
Copy link

Describe the bug

I have very large Cookie header send in request and as a result I get 431 errora

What do you see?

Request Header Fields Too Large

What do you expect to see?

App should work

List the steps that must be taken to reproduce this issue

  1. Set very large header that has 3.5k bytes
  2. Notice the 431 error

Version

v5.7.0

Additional information

No response

@lefes
Copy link
Contributor

lefes commented Jan 9, 2024

Second on this!
Waiting for fix, cuz have the problem with keycloak auth cookies on gatus application

TwiN added a commit that referenced this issue Feb 7, 2024
This fixes the `431 Request Header Fields Too Large` error

By default, the read-buffer-size is 8192, up from fiber's default of 4096.

Fixes #674

Fixes #636

Supersedes #637

Supersedes #663
@TwiN TwiN closed this as completed in #675 Feb 7, 2024
TwiN added a commit that referenced this issue Feb 7, 2024
This fixes the `431 Request Header Fields Too Large` error

By default, the read-buffer-size is 8192, up from fiber's default of 4096.

Fixes #674

Fixes #636

Supersedes #637

Supersedes #663
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants