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
Looks like we don't properly parse IPv6 addresses or do the right thing in URLs. We're getting Failed to parse: fe80::578:efef:2ad5:aac3%vboxnet0:5985 when attempting to connect to a local address with a zone ID. Will probably need to get a little more clever to tease apart the host and port.
Looks like we don't properly parse IPv6 addresses or do the right thing in URLs. We're getting
Failed to parse: fe80::578:efef:2ad5:aac3%vboxnet0:5985
when attempting to connect to a local address with a zone ID. Will probably need to get a little more clever to tease apart the host and port.Also an open PR to fix one IPv6 issue: #92.
The text was updated successfully, but these errors were encountered: