Skip to content

src: use BaseObjectPtr in StreamReq::Dispose - #33102

Closed
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:stream-base-dispose-use-baseobjectptr
Closed

src: use BaseObjectPtr in StreamReq::Dispose#33102
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:stream-base-dispose-use-baseobjectptr

Conversation

@jasnell

@jasnelljasnell commented Apr 27, 2020

Copy link
Copy Markdown
Member

Allow the AsyncWrap to be properly detached.
Extracted from the [QUIC PR](nodejs#32379).
Signed-off-by: James M Snell <jasnell@gmail.com>
@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Apr 27, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

nodejs-github-bot commented Apr 28, 2020

Copy link
Copy Markdown
Collaborator

@jasnelljasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 28, 2020
jasnell added a commit that referenced this pull request May 6, 2020
@jasnell

Copy link
Copy Markdown
MemberAuthor

Landed in 1dc006e

@jasnelljasnell closed this May 6, 2020
codebytere pushed a commit that referenced this pull request May 7, 2020
@codebyterecodebytere mentioned this pull request May 18, 2020
@codebytere

Copy link
Copy Markdown
Member

@jasnell should this go back to v12.x? There are a handful of conflicts - I'll add the label but feel free to change it!

@addaleax

Copy link
Copy Markdown
Member

@codebytere The changes conflict with #32307, but that’s just cleanup, and ignoring the conflicts should be totally okay here (i.e. git cherry-pick --strategy=recursive --strategy-option=theirs 1dc006ef1990d4dcb67a9521bc643638aeba248b). Would you feel comfortable applying that or should I open a backport PR with that?

@codebytere

Copy link
Copy Markdown
Member

Ah ok! sgtm - I'll take it :D

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jasnell@nodejs-github-bot@codebytere@addaleax