SimpleProxyResolver: fails to parse username correctly
when i use SimpleProxyResolver.set_default_proxy() with this URI
socks5://my@email.com:mypass@proxy.com
it fails with
GLib-GIO-WARNING **: 22:02:04.014: Invalid proxy URI 'socks5://my@email.com:mypass@proxy.com': Invalid URI ‘socks5://my@email.com:mypass@proxy.com’
if i percent encode the username `my%40email.com' it fails with
SOCKSv5 authentication failed due to wrong username or password