| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8c41bc9 commit 926bb4f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -100,7 +100,10 @@ IncomingMessage.prototype.setTimeout = function setTimeout(msecs, callback) { | |||
| 100 | 100 | return this; | |
| 101 | 101 | }; | |
| 102 | 102 | ||
| 103 | - | ||
| 103 | + // Argument n cannot be factored out due to the overhead of | ||
| 104 | + // argument adaptor frame creation inside V8 in case that number of actual | ||
| 105 | + // arguments is different from expected arguments. | ||
| 106 | + // Ref: https://bugs.chromium.org/p/v8/issues/detail?id=10201 | ||
| 104 | 107 | IncomingMessage.prototype._read = function _read(n) { | |
| 105 | 108 | if (!this._consuming) { | |
| 106 | 109 | this._readableState.readingMore = false; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments