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.
1 parent 46b559c commit 9dc27b7Copy full SHA for 9dc27b7
crates/core/src/transport/native.rs
@@ -38,10 +38,6 @@ impl HttpTransport {
38
client_builder = client_builder.proxy(proxy);
39
}
40
41
- if let Some(proxy) = &configuration.proxy {
42
- client_builder = client_builder.proxy(Proxy::all(proxy).unwrap());
43
- }
44
-
45
let client = client_builder.build().unwrap();
46
#[allow(clippy::mutex_atomic)]
47
let queue_depth = Arc::new(Mutex::new(0));
0 commit comments