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

[bug] http2: client throws when receiving header exceeding the max limit #41581

Closed

Conversation

etnbrd
Copy link

@etnbrd etnbrd commented Jan 18, 2022

This PR implements a minimal reproduction for a bug that seems to be happening in the ClientHTTP2Session implementation.
When sending a header exceeding the max threshold from the server to the client, the client seem to hang indefinitely.

I am not sure how to debug the issue further, but with the right documentation I might have a look.
This is my first PR in node, I'm sorry if I broke some contributing guidelines.

@aduh95
Copy link
Contributor

aduh95 commented May 12, 2024

IIUC this has been superseded by #47244. Thanks for sending the PR!

@aduh95 aduh95 closed this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants