max header size applied only on HTTP/1 #35020
Replies: 1 comment 1 reply
-
There is a recent change: #33692 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am currently encountering a peculiar issue with the property "quarkus.http.limits.max-header-size=30k" in my Quarkus application. Oddly, this property seems to work perfectly when I am in HTTP mode. However, as soon as I switch to HTTPS, the max header size is drastically reduced to around 8k, causing 431 Request Header Fields Too Large.
To address this problem and restore the expected behavior with the larger header size, I found a temporary solution by adding another property, "quarkus.http.http2=false," to disable HTTP2.
Quarkus Version Used: 2.12.1.Final
I am considering opening a discussion in the Quarkus repository to seek insights and potential solutions for this issue. Any suggestions or help would be greatly appreciated. Thank you all for your time and support in advance.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions