Skip to content
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

Remove unnecessary node-proxy-agent dependency #175

Merged
merged 1 commit into from
Jun 26, 2019

Conversation

jthomas
Copy link
Member

@jthomas jthomas commented Jun 25, 2019

This removes the increase in download size that happened when adding the proxy feature.
Maintain proxy feature using needle's built-in proxy support.
Added ability to set custom agent using constructor option.

Fixes #158

Maintain proxy feature using needle's built-in proxy support.
Added ability to set custom agent using constructor option.

Fixes apache#158
@jthomas jthomas requested review from rabbah and mrutkows June 25, 2019 14:53
@jthomas
Copy link
Member Author

jthomas commented Jun 25, 2019

FYI @starpit

@codecov-io
Copy link

Codecov Report

Merging #175 into master will increase coverage by 0.24%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
+ Coverage   99.03%   99.27%   +0.24%     
==========================================
  Files          14       14              
  Lines         414      416       +2     
==========================================
+ Hits          410      413       +3     
+ Misses          4        3       -1
Impacted Files Coverage Δ
lib/client.js 98.9% <100%> (+1.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc196fa...2ce8c81. Read the comment docs.

@csantanapr csantanapr merged commit 15276c7 into apache:master Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node-proxy-agent adds a huge amount to load time and installed size
3 participants