-
Notifications
You must be signed in to change notification settings - Fork 0
Native url parsing #11
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #11 +/- ##
=============================================
- Coverage 100.00% 99.18% -0.82%
- Complexity 250 261 +11
=============================================
Files 33 33
Lines 1113 1227 +114
=============================================
+ Hits 1113 1217 +104
- Misses 0 10 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* develop: specify next release
| ['http://127.0.0.1:80/', 'http', '', '', '127.0.0.1', '80', '/', '', ''], | ||
| ['http://[::1]:80/', 'http', '', '', '[::1]', '80', '/', '', ''], |
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.
The parsing no longer return the port as 80 is the default one for http
Fix #7