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

UNDERTOW-2305 Fix NPE in Http2ClearClientProvider #1513

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

TomasHofman
Copy link
Contributor

@TomasHofman
Copy link
Contributor Author

TomasHofman commented Sep 5, 2023

@stuartwdouglas @fl4via I think this is just a typo causing a NPE, but I'm not sure about the conversion method from HTTP2_SETTINGS_MAX_HEADER_LIST_SIZE to MAX_HEADER_SIZE. Is it suppose to be 1-to-1, or should the value be perhaps mutliplied by some factor?

(It's a blocker on EAP8.)

@fl4via fl4via added the bug fix Contains bug fix(es) label Oct 10, 2023
@fl4via
Copy link
Member

fl4via commented Oct 10, 2023

@stuartwdouglas @fl4via I think this is just a typo causing a NPE, but I'm not sure about the conversion method from HTTP2_SETTINGS_MAX_HEADER_LIST_SIZE to MAX_HEADER_SIZE. Is it suppose to be 1-to-1, or should the value be perhaps mutliplied by some factor?

@TomasHofman yes, it is 1 to 1. Thanks for the PR!

@fl4via fl4via added the next release This PR will be merged before next release or has already been merged (for payload double check) label Oct 10, 2023
@fl4via fl4via merged commit e6acf35 into undertow-io:master Oct 10, 2023
@fl4via fl4via removed the next release This PR will be merged before next release or has already been merged (for payload double check) label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Contains bug fix(es)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants