Skip to content

Commit 74e4711

Browse files
committed
http: remove unused variable in _http_server.js
1 parent 2a5edaf commit 74e4711

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/_http_server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ function Server(options, requestListener) {
307307

308308
this.timeout = 2 * 60 * 1000;
309309
this.keepAliveTimeout = 5000;
310-
this._pendingResponseData = 0;
311310
this.maxHeadersCount = null;
312311
this.headersTimeout = 40 * 1000; // 40 seconds
313312
}

0 commit comments

Comments
 (0)