Skip to content

Commit d608c48

Browse files
author
Myles Borins
committed
squash into http
1 parent c3f5e22 commit d608c48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-http-pipeline-flood.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function parent() {
3131
var backloggedReqs = 0;
3232

3333
const server = http.createServer(function(req, res) {
34-
requests++;
3534
res.setHeader('content-length', bigResponse.length);
3635
if (!res.write(bigResponse)) {
3736
if (backloggedReqs === 0) {

0 commit comments

Comments
 (0)