Skip to content

Commit

Permalink
test: fix test-http-content-length
Browse files Browse the repository at this point in the history
Previously the test did not allow the last request to complete.

Fixes: #1137
PR-URL: #1145
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
  • Loading branch information
Fishrock123 committed Mar 13, 2015
1 parent d8c4a93 commit 53e200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http-content-length.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var expectedHeadersEndNoData = {
};

var receivedRequests = 0;
var totalRequests = 2;
var totalRequests = 3;

var server = http.createServer(function(req, res) {
res.removeHeader('Date');
Expand Down

0 comments on commit 53e200a

Please sign in to comment.