FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[v13.x backport] stream: avoid destroying writable source by ronag · Pull Request #32211 · nodejs/node · GitHub

/ node Public

[v13.x backport] stream: avoid destroying writable source - #32211

Closed
ronag wants to merge 1 commit into
nodejs:v13.x-stagingfrom
nxtedition:backport-32198-to-v13.x
Closed

[v13.x backport] stream: avoid destroying writable source#32211
ronag wants to merge 1 commit into
nodejs:v13.x-stagingfrom
nxtedition:backport-32198-to-v13.x

Conversation

ronag commented Mar 11, 2020

Copy link
Copy Markdown
Member

PR-URL: #32198

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

ronag requested a review from MylesBorins March 11, 2020 17:59
ronag force-pushed the backport-32198-to-v13.x branch from 030d93e to 3a6c542 Compare March 11, 2020 17:59
ronag added the stream Issues and PRs related to the stream subsystem. label Mar 11, 2020
ronag force-pushed the backport-32198-to-v13.x branch from 3a6c542 to f99b2ef Compare March 11, 2020 17:59

Copy link
Copy Markdown
Collaborator

User might still want to be able to use the writable side
of src. This is in the case where e.g. the Duplex input
is not directly connected to its output. Such a case could
happen when the Duplex is reading from a socket and then echos
the data back on the same socket.

Fixes: nodejs@4d93e10#commitcomment-37751035

Backport-PR-URL: nodejs#32211
ronag force-pushed the backport-32198-to-v13.x branch from f99b2ef to a0f3d2b Compare March 11, 2020 18:57

ronag commented Mar 11, 2020

Copy link
Copy Markdown
Member Author

fixed conflict

Copy link
Copy Markdown
Collaborator

ronag commented Mar 11, 2020

Copy link
Copy Markdown
Member Author

included in #32212 in order to avoid multiple steps of conflicts

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL