Skip to content

test: add missing line breaks to keep-alive header of slow headers test

\r\n is missing in the HTTP header in the slow headers test with keep-alive, and Connection and Agent headers are not effectively sent to the server. However, it shouldn't affect the behavior of the test because HTTP 1.1 uses persistent connection by default even if Connection: keep-alive is not specified.

This PR fixes it just for the sake of correctness.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading