-
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
stream: make _read() be called indefinitely if the user wants so #26135
Conversation
SGTM |
nvm, it's there I'm blind :) |
Benchmark CI (streams): https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/290/ |
@nodejs/build can you take a look why the benchmarking jobs are broken? |
Issue was reported: nodejs/build#1690 |
I've been running benchmarks locally and pasting the results into issues as necessary. It is onerous for sure and I would not blame you at all for waiting until the benchmarking job is fixed. But if you're eager to move forward.... |
Here is the one on streams:
|
LGTM |
This can land when CI gets back online. |
Landed in cd302d7 |
Fixes: nodejs#26097 PR-URL: nodejs#26135 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Issue #26097 affects node >=10.0.0. Are there any plans of releasing this fix in the next node 10 release? |
@nodejs/lts would you mind including this in the next semver-patch of v10.x? |
Fixes: #26097
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes