Hi All, I hope this email finds you well.
I'm writing to you today to ask about the possibility of configuring the maximum header length in Apache HttpClient. We recently updated the httpcore5-h2 to 5.2.2, and one of our calls is now failing with the HTTP2 protocol, even though it works with HTTP1. After some investigation, we found that there is a limitation on the size of the token that can be sent in the header, which is 8192 bytes. We have a case where the token is around 16k. We were able to get the call to work by reducing the size of the token, but we would like to know if there is a way to configure the maximum header length in Apache HttpClient. We are currently using: - httpClient - 5.2.1 - httpcore5-h2 - 5.2.2 I would appreciate any information you can provide on this matter. Thank you for your time. Best regards, Sandeep Gaur
