stream: make _read() be called indefinitely if the user wants so#26135
stream: make _read() be called indefinitely if the user wants so#26135mcollina wants to merge 1 commit intonodejs:masterfrom
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 |
|
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