Skip to content

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

Closed
shuhei wants to merge 1 commit into
nodejs:masterfrom
shuhei:fix-test-slow-headers-keepalive
Closed

test: add missing line breaks to keep-alive header of slow headers test#27442
shuhei wants to merge 1 commit into
nodejs:masterfrom
shuhei:fix-test-slow-headers-keepalive

Conversation

@shuhei

@shuheishuhei commented Apr 27, 2019

Copy link
Copy Markdown
Contributor

\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

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Apr 27, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ZYSzysZYSzys added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 28, 2019
@Trott

Copy link
Copy Markdown
Member

Landed in e4e6a33

@TrottTrott closed this Apr 30, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request Apr 30, 2019
PR-URL: nodejs#27442
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request May 4, 2019
PR-URL: #27442
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@targostargos mentioned this pull request May 6, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@shuhei@nodejs-github-bot@Trott@lpinca@ZYSzys@mihalskiy