-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
[v14.x] revert set IncomingMessage.destroyed #33686
[v14.x] revert set IncomingMessage.destroyed #33686
Conversation
First time creating a revert PR so feedback is welcome on commit message, PR naming etc... |
This comment has been minimized.
This comment has been minimized.
It is missing, yes, but |
I think these are there for things like security releases (where the release is prepped in the private repo). Anyway I've added the 14.x branches ( |
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
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
@ronag you likely need to rebase this |
50b85e2
to
d3b3684
Compare
rebased |
cc @BethGriggs |
This reverts commit 28e6626. PR-URL: nodejs#33686
Added PR-URL |
d3b3684
to
37d9cee
Compare
Landed in 6dbd63c |
This reverts commit 28e6626.
After more thought #33591 I think the consensus is that this should have landed as semver-major. Also requires some more PR's to land to work well. #33655 #33654
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes