Skip to content

Commit e42793a

Browse files
committed
Fix content-length in multiwrite test
1 parent 69b93ea commit e42793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mocha/integration/multiwrite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('multiwrite Server', function setup() {
5454
try {
5555
res.writeHead(200, {
5656
'Content-Type': 'text/plain; charset=utf-8',
57-
'Content-Length': 4
57+
'Content-Length': 3
5858
});
5959

6060
res.write("a");

0 commit comments

Comments
 (0)