diff --git a/src/proxy.rs b/src/proxy.rs index e9e55e0..b5a2ae9 100644 --- a/src/proxy.rs +++ b/src/proxy.rs @@ -137,6 +137,7 @@ impl Proxy { s.push_str(username); s.push(':'); s.push_str(password); + s.push('@'); } s.push_str(&self.host); s.push(':');