Skip to content

Commit 9dc27b7

Browse files
committed
remove duplicate code
1 parent 46b559c commit 9dc27b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/core/src/transport/native.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ impl HttpTransport {
3838
client_builder = client_builder.proxy(proxy);
3939
}
4040

41-
if let Some(proxy) = &configuration.proxy {
42-
client_builder = client_builder.proxy(Proxy::all(proxy).unwrap());
43-
}
44-
4541
let client = client_builder.build().unwrap();
4642
#[allow(clippy::mutex_atomic)]
4743
let queue_depth = Arc::new(Mutex::new(0));

0 commit comments

Comments
 (0)