-
Notifications
You must be signed in to change notification settings - Fork 16
Remove the default port during http resolution based on protocol. Thi… #233
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
…s will help reduce number of resolved backend http entity.
Codecov Report
@@ Coverage Diff @@
## main #233 +/- ##
============================================
+ Coverage 80.43% 80.47% +0.03%
- Complexity 1126 1131 +5
============================================
Files 101 101
Lines 4355 4363 +8
Branches 400 403 +3
============================================
+ Hits 3503 3511 +8
Misses 662 662
Partials 190 190
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
kotharironak
left a comment
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.
Do we need to take for other protocols and backend entity?
Specifically for HTTP, looks fine.
Remove the default port during http resolution based on protocol. This will help reduce number of resolved backend http entity.