Skip to content

Commit 53e200a

Browse files
committed
test: fix test-http-content-length
Previously the test did not allow the last request to complete. Fixes: #1137 PR-URL: #1145 Reviewed-By: Brian White <[email protected]> Reviewed-By: Bert Belder <[email protected]>
1 parent d8c4a93 commit 53e200a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http-content-length.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var expectedHeadersEndNoData = {
1818
};
1919

2020
var receivedRequests = 0;
21-
var totalRequests = 2;
21+
var totalRequests = 3;
2222

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

0 commit comments

Comments
 (0)