mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
If an error listener is added to a stream using once() before it is piped, it is invoked and removed during pipe() but before pipe() sees it which causes it to be emitted again. Fixes #4155 #4978