-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v12.x backport] http: reset headers timeout on headers complete #35819
Conversation
Review requested:
|
Looks like another commit is missing? |
The test passed 1000 as 1e3, which is double, not int32. Probably another commit is missing. |
3225d5d
to
9828efd
Compare
Javascript has only Maybe include #34609 in the backport PR as it fixes something in the test added here. |
The tests pass now (The arguments to |
This comment has been minimized.
This comment has been minimized.
The test fails look like that ones fixed by #34609 |
It no longer fails. Unfortunately, the CI keeps running and notifying even after force-push... |
Oops, didn't notice the bsd tests. Yes, it looks like it. I'll amend. |
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)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I tested in my local with https://github.com/neversun/node-issue-35661 and this branch works. |
cc @nodejs/releasers |
This needs to be targeted at |
Agreed as I commented the same earlier and I should have arranged that before asking for
|
I took the fast-track since 48h or more has passed, but I still think this PR remains a high priority as it fixes the regression. cc @nodejs/releasers |
What are we waiting for? |
Let me cc @nodejs/backporters who can land this commit onto the staging branch. |
@watilde we'll review this and all 12.x backports before cutting the RC fwiw fast track isn't necessary for backports as they don't have the same timing requirement as they have previously been reviewed |
Landed in 9f3e888 |
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)
@MylesBorins Thank you for letting me know it! |
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)
headers timeout should not occur after headers have been
received.
Fixes: #35661
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]
(cherry picked from commit da4d8de)
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes