-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Revert "src: let http2 streams end after session close" #46249
Conversation
This reverts commit dee882e. Moved the test that demonstrated what this commit was fixing to the `known_issues` folder. Fixes: nodejs#46234
Review requested:
|
Once this is merged, should we reopen #42713? |
Would be nice with a regression test if possible. |
I moved the original test to the known_issues folder. Is that what you're asking? |
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.
lgtm
@nodejs/releasers this should be backported to v19.x, v18.x, and v16.x. |
Fast-track has been requested by @RafaelGSS. Please 👍 to approve. |
I requested the fast-track to include it in the next v19.x release (planning to create the proposal between Thursday and Friday). |
The tests keep failing. |
Failed to start CI- Validating Jenkins credentials ✖ Jenkins credentials invalidhttps://github.com/nodejs/node/actions/runs/4126652112 |
yes, this can land. |
@santigimeno Can you run |
In case @santigimeno isn't around over the weekend or whatever, I've opened #46721 which preserves their authorship of the commit but adds the lint fix. Maybe head over and approve/fast-track that one? |
Isn't the without ssl failure still unresolved? |
I think all that needs to happen for that is to change I'll leave a suggestion. |
This can be closed now as #46721 landed. |
This reverts commit dee882e. Moved the test that demonstrated what this commit was fixing to the
known_issues
folder.Fixes: #46234