-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
http: refactor to remove redundant argument of _deferToConnect #38598
Conversation
0e4595b
to
8fd04b1
Compare
@nodejs/http |
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 if CITGM doesn't find anything new outside of the usual expected set of errors/failures
Sorry, I misconfigured the previous citgm run. https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2689/ |
We have some errors on |
I think it's just a flake on Fastify, I can't reproduce locally. |
PR-URL: #38598 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #38598 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Since it's considered a private method, I guess it's safe to remove this unused argument.
All references are here:
node/lib/_http_client.js
Lines 879 to 886 in 52e4fb5