httpx/internal
Melody 28ef5a12e0 Fix ip/cname resolve bug
When the url's format like: https://www.google.com:443, the domain pass
 to the resolver will be www.google.com:443 and can't get the right
 result

 This patch split the port at the start of the function and rewrite the
 domain to the right format, which makes the result of IP/Cname be
 right.
2021-04-27 14:04:10 +08:00
..
runner Fix ip/cname resolve bug 2021-04-27 14:04:10 +08:00