You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils: Use hostname for netrc instead split netloc
This patch uses the "hostname" attribute from the parsed url to get the
host, instead of trying to calculate the host from netloc that can
produce errors when "http://username:[email protected]" format is
used.
0 commit comments