stream-utils/destroy

do not destroy IncommingMessage

dead-horse opened this issue · 1 comments

related: koajs/koa#612

any thoughts?

There are plenty of reasons when you may want to destroy that type of stream. This module simply serves to replace calling the .destroy() method on the stream for some buggy Node.js versions, nothing more.

Simply do not invoke this module if you do not want to destroy a particular stream.