Skip to content

stdio: implement manual start for ReadStream

All stdio ReadStream's use manual start to avoid consuming data for example when a process execs/spawns

Refs: https://github.com/nodejs/node/issues/36251

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

Merge request reports

Loading