mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
2ae9b69871
In case a fd option is given to fs.createReadStream a read will instantly
happen. But in the edge case where fd point to an empty file and .pause()
was executed instantly, the end event would emit since no async wait was
between fs.createReadStream and the file read there emits end.
This is a cherry-pick of commit
|
||
---|---|---|
.. | ||
disabled | ||
fixtures | ||
gc | ||
internet | ||
message | ||
pummel | ||
simple | ||
CMakeLists.txt | ||
common.js |