-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Allow headers size extend to maxRequestHeadersSize in http client #12439
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please:
- Apply the review comments.
- Rebase these changes against branch
jetty-12.1.x
, and squash them in just 1 commit. - Move the tests to
HttpClientTest
and actually callsetMaxRequestHeadersSize()
in the test so that we will test it is working.
I am probably make your changes part of a larger set of changes that improve the behavior of the current implementation.
Thanks!
jetty-core/jetty-client/src/main/java/org/eclipse/jetty/client/HttpClient.java
Outdated
Show resolved
Hide resolved
jetty-core/jetty-client/src/main/java/org/eclipse/jetty/client/HttpClient.java
Outdated
Show resolved
Hide resolved
Thanks for reviewing the PR. Created a new PR for required changes
|
Fixes #12436
Allow headers size extend to maxRequestHeadersSize in http client