libyuarel icon indicating copy to clipboard operation
libyuarel copied to clipboard

libyuarel does not parse IPv6 URL properly.

Open aoyama-val opened this issue 7 years ago • 0 comments

Hi, This is not really a problem for my case, but I'm reporting it just FYI.

http://[2001:4860:0:2001::68]/foo/bar?a=123
Struct values:
        scheme:         http
        host:           [2001
        port:           574336293
        path:           foo/bar
        query:          a=123
        fragment:       (null)
Could not split path!

aoyama-val avatar Nov 15 '17 13:11 aoyama-val