We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f5e22 commit d608c48Copy full SHA for d608c48
test/parallel/test-http-pipeline-flood.js
@@ -31,7 +31,6 @@ function parent() {
31
var backloggedReqs = 0;
32
33
const server = http.createServer(function(req, res) {
34
- requests++;
35
res.setHeader('content-length', bigResponse.length);
36
if (!res.write(bigResponse)) {
37
if (backloggedReqs === 0) {
0 commit comments