Skip to content

Commit 1b94d02

Browse files
shuheitargos
authored andcommitted
test: add missing line breaks to keep-alive header of slow headers test
PR-URL: #27442 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a9748bc commit 1b94d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http-slow-headers-keepalive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { finished } = require('stream');
88
const headers =
99
'GET / HTTP/1.1\r\n' +
1010
'Host: localhost\r\n' +
11-
'Connection: keep-alive' +
11+
'Connection: keep-alive\r\n' +
1212
'Agent: node\r\n';
1313

1414
let sendCharEvery = 1000;

0 commit comments

Comments
 (0)