We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1de43f + a3ccb58 commit 590556eCopy full SHA for 590556e
download/tests/read-proxy-env.rs
@@ -64,7 +64,7 @@ fn socks_proxy_request() {
64
});
65
66
let env_proxy = |url: &Url| for_url(&url).to_url();
67
- let url = Url::parse("http://example.org").unwrap();
+ let url = Url::parse("http://192.168.0.1/").unwrap();
68
69
let client = Client::builder()
70
.proxy(Proxy::custom(env_proxy))
0 commit comments