Skip to content

Commit 00ec72b

Browse files
committed
http: remove unused parameter in _read of ImcomingMessage
1 parent 7e6bb66 commit 00ec72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_http_incoming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ IncomingMessage.prototype.setTimeout = function setTimeout(msecs, callback) {
152152
};
153153

154154

155-
IncomingMessage.prototype._read = function _read(n) {
155+
IncomingMessage.prototype._read = function _read() {
156156
if (!this._consuming) {
157157
this._readableState.readingMore = false;
158158
this._consuming = true;

0 commit comments

Comments
 (0)