-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support HTTP Proxy from environment #2686
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
@hangscer8 - I'm concerned that this change is going to affect current users of this repo who are not expecting this behavior to be the default. Could we instead add a new |
ad08795
to
d56db10
Compare
OK, I will fix that. @gmlewis |
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.
Thank you, @hangscer8 !
LGTM.
Awaiting second LGTM from any other contributor to this repo before merging.
Codecov Report
@@ Coverage Diff @@
## master #2686 +/- ##
=======================================
Coverage 98.05% 98.05%
=======================================
Files 131 131
Lines 11457 11459 +2
=======================================
+ Hits 11234 11236 +2
Misses 152 152
Partials 71 71
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
d56db10
to
e64235c
Compare
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!
Thank you, @valbeat ! |
Add the support of http prxoy to
NewClientWithEnvProxy
.Relates to: #2363.