From 83975dd780a9de1fb508f2b4cf5effed803530fa Mon Sep 17 00:00:00 2001 From: hatoo Date: Sun, 3 Nov 2024 22:32:18 +0900 Subject: [PATCH] short --- examples/https.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/https.rs b/examples/https.rs index 0c806d2..7812175 100644 --- a/examples/https.rs +++ b/examples/https.rs @@ -107,7 +107,6 @@ async fn main() { tokio::spawn(async move { let service = service_fn(move |req| { - let proxy = proxy.clone(); let client = client.clone(); MitmProxy::hyper_service(