Skip to content

Conversation

@ronag
Copy link
Member

@ronagronag commented Jul 31, 2020

headers timeout should not occur after headers have been received.

Fixes: #34576

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. http Issues or PRs related to the http subsystem. http_parser Issues and PRs related to the HTTP Parser dependency or the http_parser binding. labels Jul 31, 2020
headers timeout should not occur *after* headers have been received. Fixes: nodejs#34576
@ronagronag requested a review from addaleaxJuly 31, 2020 12:44
@ronag
Copy link
MemberAuthor

@nodejs/http

Copy link
Member

@addaleaxaddaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nodejs/http

@ronagronag added the v14.x label Jul 31, 2020
@ronag
Copy link
MemberAuthor

ronag commented Jul 31, 2020

I'm not sure why this doesn't fail more often pre this PR...

@ronagronag requested review from bnoordhuis and indutnyJuly 31, 2020 13:39
@ronagronag added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 31, 2020
@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@indutnyindutny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ronag
Copy link
MemberAuthor

ronag commented Aug 2, 2020

Landed in da4d8de

ronag added a commit to nxtedition/node that referenced this pull request Aug 3, 2020
@ronagronag mentioned this pull request Aug 3, 2020
4 tasks
MylesBorins pushed a commit that referenced this pull request Aug 3, 2020
Refs: #34578 (comment) PR-URL: #34609 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Myles Borins <[email protected]>
codebytere pushed a commit that referenced this pull request Aug 5, 2020
headers timeout should not occur *after* headers have been received. Fixes: #34576 PR-URL: #34578 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]>
codebytere pushed a commit that referenced this pull request Aug 6, 2020
Refs: #34578 (comment) PR-URL: #34609 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Myles Borins <[email protected]>
@codebyterecodebytere mentioned this pull request Aug 10, 2020
codebytere pushed a commit that referenced this pull request Aug 11, 2020
Refs: #34578 (comment) PR-URL: #34609 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Myles Borins <[email protected]>
orgads pushed a commit to orgads/node that referenced this pull request Oct 26, 2020
headers timeout should not occur *after* headers have been received. Fixes: nodejs#35661 PR-URL: nodejs#34578 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]> (cherry picked from commit da4d8de)
codebytere pushed a commit that referenced this pull request Nov 2, 2020
headers timeout should not occur *after* headers have been received. Fixes: #35661 PR-URL: #34578 Backport-PR-URL: #35819 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]> (cherry picked from commit da4d8de)
@MylesBorinsMylesBorins mentioned this pull request Nov 3, 2020
MylesBorins pushed a commit that referenced this pull request Nov 16, 2020
headers timeout should not occur *after* headers have been received. Fixes: #35661 PR-URL: #34578 Backport-PR-URL: #35819 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]> (cherry picked from commit da4d8de)
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.c++Issues and PRs that require attention from people who are familiar with C++.http_parserIssues and PRs related to the HTTP Parser dependency or the http_parser binding.httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HTTP Parser issues with newline \n

10 participants

@ronag@nodejs-github-bot@richardlau@indutny@jasnell@addaleax@lpinca@rexagod@Flarna@rickyes