-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[v12.x backport] http: only set keep-alive when not exists #35623
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
Conversation
Backport-PR-URL: nodejs#35138
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@nodejs/releasers Sorry, do we have a firm date for the next v12 release? |
@rickyes, we try to schedule our dates in nodejs/Release#494 (draft, pending releaser availability). The next one that we have volunteers for is v12.20.0 on 2020-11-17 - so this PR should go out in v12.20.0. |
Backport-PR-URL: #35623 PR-URL: #35138 Fixes: #34561 Reviewed-By: Ricky Zhou <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Zeyu Yang <[email protected]>
landed in ff3875d |
Backport-PR-URL: #35623 PR-URL: #35138 Fixes: #34561 Reviewed-By: Ricky Zhou <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Zeyu Yang <[email protected]>
Backport-PR-URL: #35138
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes