| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6ad8a6e commit c846184
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1961,7 +1961,6 @@ ReadStream.prototype._read = function(n) { | |||
| 1961 | 1961 | ||
| 1962 | 1962 | if (!pool || pool.length - pool.used < kMinPoolSpace) { | |
| 1963 | 1963 | // discard the old pool. | |
| 1964 | - pool = null; | ||
| 1965 | 1964 | allocNewPool(this._readableState.highWaterMark); | |
| 1966 | 1965 | } | |
| 1967 | 1966 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments