-
Notifications
You must be signed in to change notification settings - Fork 372
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
logger.warn when http fetch with exception happened. #2205
Conversation
Sync from Official Repo
Pull from Azure/WALinuxAgent
Sync the latest code from Azure.
Sync the code from Azure:Develop
Pull from Azure/WALinuxAgent
Codecov Report
@@ Coverage Diff @@
## develop #2205 +/- ##
===========================================
+ Coverage 70.45% 70.47% +0.01%
===========================================
Files 96 96
Lines 13564 13573 +9
Branches 1915 1917 +2
===========================================
+ Hits 9557 9566 +9
Misses 3593 3593
Partials 414 414
Continue to review full report at Codecov.
|
3843052
@@ -172,6 +172,19 @@ def _parse_url(url): | |||
secure = True | |||
return o.hostname, o.port, secure, rel_uri | |||
|
|||
def _trim_url_parameters(url): |
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.
Since this is a util function, it doesn't need to be a protected function. Can rename it to trim_url_parameters
instead
Description
logger.warn when http fetch with exception happened.
PR information
Quality of Code and Contribution Guidelines