Skip to content

Commit

Permalink
http: remove unused variable in _http_server.js
Browse files Browse the repository at this point in the history
PR-URL: #26407
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
gengjiawen authored and BridgeAR committed Mar 14, 2019
1 parent c7bd21c commit c661d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/_http_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ function Server(options, requestListener) {

this.timeout = 2 * 60 * 1000;
this.keepAliveTimeout = 5000;
this._pendingResponseData = 0;
this.maxHeadersCount = null;
this.headersTimeout = 40 * 1000; // 40 seconds
}
Expand Down

0 comments on commit c661d8c

Please sign in to comment.