-
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
http: remove deprecated Client interface #8104
Conversation
5709b7d
to
c61dc4e
Compare
CI is green except for an unrelated failure on AIX. CITGM also looks good. /cc @nodejs/http |
seems fine to me if ecosystem usage is low enough |
LGTM |
Putting on the 7.0.0 milestone |
c61dc4e
to
4d90e4f
Compare
/cc @nodejs/ctc Comments? Questions? Concerns? Paper? Plastic? |
Still LGTM... now if only we can get other ctc to weigh in ;-) |
LGTM |
@ChALkeR are you able to check npm stats on this at all? |
@Fishrock123 Sorry, missed it! 😞 |
Hmm, most of it looks pretty old to me. |
242 packages. Top 10 used ones:
Only 5 of those have more than 5000 downloads/month. |
|
LGTM. Doubled bagged. |
4d90e4f
to
6e16f91
Compare
CI one last time before landing: EDIT: CI is green |
PR-URL: nodejs#8104 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
6e16f91
to
2cc7fa5
Compare
Checklist
make -j4 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
Description of change
This commit removes the old http Client API that has been (hard) deprecated since 2011/v0.7.0.