-
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: only set keep-alive when not exists #35623
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. |
landed in ff3875d |
Backport-PR-URL: #35138
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes