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
{"mysql://x@y(z:123)/foo", true}, // not well-formed per RFC 3986, golang.org/issue/33646
1441
1442
{"mysql://x@y(1.2.3.4:123)/foo", true},
1442
1443
1444
+
{" http://foo.com", true}, // invalid character in schema
1445
+
{"ht tp://foo.com", true}, // invalid character in schema
{"1http://foo.com", true}, // invalid character in schema
{"http://a b.com/", true}, // no space in host name please
1445
1451
{"cache_object://foo", true}, // scheme cannot have _, relative path cannot have : in first segment
0 commit comments