Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.4k
stream: pipeline should drain empty readable#40654
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
ronag commented Oct 29, 2021 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
ronag commented Oct 29, 2021
@nodejs/streams |
9e5a829 to 8d15eb2Compare
mcollina left a comment
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
nodejs-github-bot commented Oct 31, 2021
nodejs-github-bot commented Nov 4, 2021
nodejs-github-bot commented Nov 5, 2021
mcollina left a comment
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 commented Nov 5, 2021
nodejs-github-bot commented Nov 10, 2021
nodejs-github-bot commented Nov 12, 2021
ronag commented Nov 13, 2021
@nodejs/tsc this needs another TSC approval |
nodejs-github-bot commented Nov 13, 2021
Trott commented Nov 14, 2021
This needs a rebase against the master branch for one of the tests to pass on the Pi devices. |
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex)
8d15eb2 to 181bdf9Comparenodejs-github-bot commented Nov 14, 2021
nodejs-github-bot commented Nov 15, 2021
nodejs-github-bot commented Nov 16, 2021
ronag commented Nov 18, 2021
@mcollina I don't think this should be semver-major. wdyt? |
mcollina left a comment
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, ok
ronag commented Nov 18, 2021
Landed in 0a3a601 |
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex) PR-URL: #40654 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex) PR-URL: #40654 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex) PR-URL: #40654 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex) PR-URL: #40654 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
This simplifies some cases where the last stream is a Duplex
without any expected output.
Related: #40653