do not destroy IncommingMessage
dead-horse opened this issue · 1 comments
dead-horse commented
related: koajs/koa#612
any thoughts?
dougwilson commented
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.