| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 061939d commit d63ac28
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -152,7 +152,10 @@ IncomingMessage.prototype.setTimeout = function setTimeout(msecs, callback) { | |||
| 152 | 152 | return this; | |
| 153 | 153 | }; | |
| 154 | 154 | ||
| 155 | - | ||
| 155 | + // Argument n cannot be factored out due to the overhead of | ||
| 156 | + // argument adaptor frame creation inside V8 in case that number of actual | ||
| 157 | + // arguments is different from expected arguments. | ||
| 158 | + // Ref: https://bugs.chromium.org/p/v8/issues/detail?id=10201 | ||
| 156 | 159 | IncomingMessage.prototype._read = function _read(n) { | |
| 157 | 160 | if (!this._consuming) { | |
| 158 | 161 | this._readableState.readingMore = false; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments