diff --git a/lib/fs.js b/lib/fs.js index 5ce710fde8..bd027c3427 100644 --- a/lib/fs.js +++ b/lib/fs.js @@ -1791,7 +1791,6 @@ ReadStream.prototype._read = function(n) { if (!pool || pool.length - pool.used < kMinPoolSpace) { // discard the old pool. - pool = null; allocNewPool(this._readableState.highWaterMark); }