mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
47d6a94656
* Calling fs.ReadStream.destroy() or fs.WriteStream.destroy() twice would close the file descriptor twice. That's bad because the file descriptor may have been repurposed in the mean time. * A bad value check in fs.ReadStream.prototype.destroy() would prevent a stream created with fs.createReadStream({fd:0}) from getting closed. |
||
---|---|---|
.. | ||
disabled | ||
fixtures | ||
internet | ||
message | ||
pummel | ||
simple | ||
CMakeLists.txt | ||
common.js |