|
|
@ -105,6 +105,9 @@ in the meantime. Used to prevent file descriptor leaks in the case of
|
|
|
|
abandoned streams while closing streams which are being read very very
|
|
|
|
abandoned streams while closing streams which are being read very very
|
|
|
|
slowly.
|
|
|
|
slowly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XXX inform the stream consumer when it has been closed prematurely
|
|
|
|
|
|
|
|
by calling back with a TIMEOUT error or something
|
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
const createIdleStreamCollector = function (stream) {
|
|
|
|
const createIdleStreamCollector = function (stream) {
|
|
|
|
// create a function to close the stream which takes no arguments
|
|
|
|
// create a function to close the stream which takes no arguments
|
|
|
|