-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Refactor tryToGetClientIp method #4514
Conversation
# Conflicts: # README.md
apollo-common/src/main/java/com/ctrip/framework/apollo/common/utils/WebUtils.java
Outdated
Show resolved
Hide resolved
apollo-common/src/main/java/com/ctrip/framework/apollo/common/utils/WebUtils.java
Outdated
Show resolved
Hide resolved
apollo-common/src/main/java/com/ctrip/framework/apollo/common/utils/WebUtils.java
Outdated
Show resolved
Hide resolved
…utils/WebUtils.java Co-authored-by: Jason Song <nobodyiam@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #4514 +/- ##
============================================
- Coverage 53.46% 53.42% -0.05%
+ Complexity 2706 2702 -4
============================================
Files 491 492 +1
Lines 15399 15393 -6
Branches 1596 1595 -1
============================================
- Hits 8233 8223 -10
- Misses 6607 6610 +3
- Partials 559 560 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…utils/WebUtils.java Co-authored-by: mghio <43461943+mghio@users.noreply.github.com>
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
What's the purpose of this PR
Refactor
tryToGetClientIp
method