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 9669ff1 commit 9f7a5e0Copy full SHA for 9f7a5e0
src/client/legacy/connect/proxy/tunnel.rs
@@ -15,7 +15,7 @@ use tower_service::Service;
15
/// This is a connector that can be used by the `legacy::Client`. It wraps
16
/// another connector, and after getting an underlying connection, it creates
17
/// an HTTP CONNECT tunnel over it.
18
-#[derive(Debug)]
+#[derive(Debug, Clone)]
19
pub struct Tunnel<C> {
20
headers: Headers,
21
inner: C,
0 commit comments