Skip to content

stream: fix deadlock when pipeing to full sink

When piping a paused Readable to a full Writable we didn't register a drain listener which cause the src to never resume.

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

Merge request reports

Loading