Revert "src: let http2 streams end after session close"#46249
Revert "src: let http2 streams end after session close"#46249santigimeno wants to merge 4 commits intonodejs:mainfrom
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? |
|
@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_issuesfolder.Fixes: #46234