fix proxy auth

This commit is contained in:
monosans
2025-04-11 16:22:36 +03:00
parent fa7a59a298
commit a3e94920a4
+1
View File
@@ -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(':');