-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
v40.7.1 omits port in index download #1663
Comments
Sorry about the regression. After re-reading the diff, I can see the issue, which was probably brought on by the naming of 'host' when it meant 'netloc'. Fix should be straightforward. |
jaraco
added a commit
that referenced
this issue
Feb 1, 2019
…rse of the URL when auth is present. Fixes #1663.
2 tasks
jaraco
added a commit
that referenced
this issue
Feb 3, 2019
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this commit 3a351aa is used host instead of netloc, but host does not contain port. Version 40.6.3 works OK.
The text was updated successfully, but these errors were encountered: