Skip to content

Commit

Permalink
test: add missing line breaks to keep-alive header of slow headers test
Browse files Browse the repository at this point in the history
PR-URL: #27442
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
shuhei authored and targos committed May 1, 2019
1 parent a9748bc commit 1b94d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http-slow-headers-keepalive.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { finished } = require('stream');
const headers =
'GET / HTTP/1.1\r\n' +
'Host: localhost\r\n' +
'Connection: keep-alive' +
'Connection: keep-alive\r\n' +
'Agent: node\r\n';

let sendCharEvery = 1000;
Expand Down

0 comments on commit 1b94d02

Please sign in to comment.