Skip to content

stream: pipeline should drain empty readable

This simplifies some cases where the last stream is a Duplex without any expected output.

await pipeline(readable, duplex)

Related: https://github.com/nodejs/node/pull/40653

Merge request reports

Loading