Skip to content

streams: fix regression introduced in #26059

Rodrigo Muino Tomonari requested to merge github/fork/mcollina/fix-dicer into master

In #26059, we introduced a bug that caused 'readable' to be nextTicked on EOF of a ReadableStream. This breaks the dicer module on CITGM. That change was partially reverted to still fix the bug in #25810 (closed) and not break dicer.

See: https://github.com/nodejs/node/pull/26059 Fixes: https://github.com/nodejs/node/issues/25810

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