Skip to content

process: remove protection for SyncWriteStream destroy in stdio - #26902

Closed
mcollina wants to merge 1 commit into
nodejs:masterfrom
mcollina:remove-if-stdio
Closed

process: remove protection for SyncWriteStream destroy in stdio#26902
mcollina wants to merge 1 commit into
nodejs:masterfrom
mcollina:remove-if-stdio

Conversation

@mcollina

Copy link
Copy Markdown
Member

#26691 introduced an if to protect
against SyncWriteStream not using the default .destroy() mechanism.
This change removes that as SyncWriteStream now use standard .destroy().

See: #26691

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs#26691 introduced an if to protect
against SyncWriteStream not using the default .destroy() mechanism.
This change removes that as SyncWriteStream now use standard .destroy().
See: nodejs#26691
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the process Issues and PRs related to the process subsystem. label Mar 25, 2019
@mcollina

Copy link
Copy Markdown
MemberAuthor

@BridgeARBridgeAR added dont-land-on-v6.x author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Mar 25, 2019
@mcollina

Copy link
Copy Markdown
MemberAuthor

Landed in d4eda4d

@mcollina
mcollina deleted the remove-if-stdio branch March 28, 2019 12:54
mcollina added a commit that referenced this pull request Mar 28, 2019
#26691 introduced an if to protect
against SyncWriteStream not using the default .destroy() mechanism.
This change removes that as SyncWriteStream now use standard .destroy().
See: #26691
PR-URL: #26902
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
BethGriggs pushed a commit that referenced this pull request Apr 5, 2019
#26691 introduced an if to protect
against SyncWriteStream not using the default .destroy() mechanism.
This change removes that as SyncWriteStream now use standard .destroy().
See: #26691
PR-URL: #26902
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
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.processIssues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@mcollina@nodejs-github-bot@bnoordhuis@jasnell@addaleax@BridgeAR