Closed mafintosh closed 9 years ago
src.pipe(dst) doesn't close the source stream if the destination closes. this means that ecstatic will leaks file descriptors if the response closes before the file stream ends
src.pipe(dst)
Oh word.
Is there any chance that destroy can throw an error or otherwise cause barf? Do we need to protect against that?
Published @0.7.3
Cheers!
src.pipe(dst)
doesn't close the source stream if the destination closes. this means that ecstatic will leaks file descriptors if the response closes before the file stream ends