-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Normalize URL string ports per RFC 3986 section 3.2.3 #1033
Normalize URL string ports per RFC 3986 section 3.2.3 #1033
Conversation
f60c4db
to
11a7499
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1033 +/- ##
==========================================
+ Coverage 62.06% 62.34% +0.28%
==========================================
Files 38 38
Lines 6550 6616 +66
Branches 352 357 +5
==========================================
+ Hits 4065 4125 +60
- Misses 2457 2463 +6
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@webknjaz @Dreamsorcerer - please review |
Remind me on Monday evening if I forget, not earlier, plz. |
Co-authored-by: Sam Bull <[email protected]>
Co-authored-by: Sam Bull <[email protected]>
Remind |
Co-authored-by: Sam Bull <[email protected]>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
What do these changes do?
The changes add a missing step in rfc3986 normalization - strip default port from URL str representation.
Are there changes in behavior for the user?
Yes
Related issue number
#1023 (comment)
Checklist