We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9748bc commit 1b94d02Copy full SHA for 1b94d02
test/parallel/test-http-slow-headers-keepalive.js
@@ -8,7 +8,7 @@ const { finished } = require('stream');
8
const headers =
9
'GET / HTTP/1.1\r\n' +
10
'Host: localhost\r\n' +
11
- 'Connection: keep-alive' +
+ 'Connection: keep-alive\r\n' +
12
'Agent: node\r\n';
13
14
let sendCharEvery = 1000;
0 commit comments