Skip to content

Commit

Permalink
squash into http
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Borins committed Jul 12, 2016
1 parent c3f5e22 commit d608c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-http-pipeline-flood.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function parent() {
var backloggedReqs = 0;

const server = http.createServer(function(req, res) {
requests++;
res.setHeader('content-length', bigResponse.length);
if (!res.write(bigResponse)) {
if (backloggedReqs === 0) {
Expand Down

0 comments on commit d608c48

Please sign in to comment.