From 631139ceeb891a90eb4e05111ab263510f12dc4d Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 30 May 2025 08:47:44 +0100 Subject: [PATCH] turns out the boxing isn't necessary, we just needed to massage the stack usage properly --- proxy/src/proxy/mod.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/proxy/src/proxy/mod.rs b/proxy/src/proxy/mod.rs index 7be27c19b0..e0420fd705 100644 --- a/proxy/src/proxy/mod.rs +++ b/proxy/src/proxy/mod.rs @@ -10,7 +10,7 @@ pub(crate) mod wake_compute; use std::sync::Arc; pub use copy_bidirectional::{ErrorSource, copy_bidirectional_client_compute}; -use futures::{FutureExt, TryFutureExt}; +use futures::TryFutureExt; use itertools::Itertools; use once_cell::sync::OnceCell; use passthrough::passthrough; @@ -328,7 +328,6 @@ pub(crate) async fn handle_client