There was an error while loading. Please reload this page.
1 parent cb7d8a7 commit c1f290aCopy full SHA for c1f290a
1 file changed
src/client/http/connect/connector.rs
@@ -435,7 +435,6 @@ impl ConnectorService {
435
// Create a Unix connector with the specified socket path.
436
let mut connector = self.build_tls_unix_connector(unix_socket, req.extra())?;
437
let is_proxy = false;
438
- let uri = req.uri().clone();
439
440
// If the target URI is HTTPS, establish a CONNECT tunnel over the Unix socket,
441
// then upgrade the tunneled stream to TLS.
0 commit comments