Previously we would just resume "flowing" the stream without reseting the "paused" state. Fixes this by properly using pause/resume methods for .pipe. Fixes: https://github.com/nodejs/node/issues/41785 PR-URL: https://github.com/nodejs/node/pull/41848 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> |
||
|---|---|---|
| .. | ||
| buffer_list.js | ||
| destroy.js | ||
| duplex.js | ||
| duplexpair.js | ||
| end-of-stream.js | ||
| from.js | ||
| lazy_transform.js | ||
| legacy.js | ||
| passthrough.js | ||
| pipeline.js | ||
| readable.js | ||
| state.js | ||
| transform.js | ||
| utils.js | ||
| writable.js | ||