Skip to content

Commit c661d8c

Browse files
gengjiawenBridgeAR
authored andcommitted
http: remove unused variable in _http_server.js
PR-URL: #26407 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c7bd21c commit c661d8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/_http_server.js

-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ function Server(options, requestListener) {
303303

304304
this.timeout = 2 * 60 * 1000;
305305
this.keepAliveTimeout = 5000;
306-
this._pendingResponseData = 0;
307306
this.maxHeadersCount = null;
308307
this.headersTimeout = 40 * 1000; // 40 seconds
309308
}

0 commit comments

Comments
 (0)