rust-amqp icon indicating copy to clipboard operation
rust-amqp copied to clipboard

Unable to use open_url with an IPv4 IP

Open staticfox opened this issue 8 years ago • 0 comments

It seems that trying to call open_url without a domain does not work. Using a domain/hostname works fine, and I'm not even sure how it would be possible to parse IPv6 (example, ::1) since that would throw an invalid port error.

edit: Forgot about wrapping ipv6 in [], though that does not work here.

staticfox avatar Dec 30 '16 19:12 staticfox