Merge remote-tracking branch 'stefansundin/allow-debug-clone'

This commit is contained in:
Brian Picciano 2024-05-21 18:06:21 +02:00
commit d5a6f79918

View File

@ -405,6 +405,7 @@ pub async fn call<'a, T: Connect + Clone + Send + Sync + 'static>(
Ok(downstream_response.map(|body| body.map_err(std::io::Error::other).boxed_unsync()))
}
#[derive(Debug, Clone)]
pub struct ReverseProxy<T: Connect + Clone + Send + Sync + 'static> {
client: Client<T, Incoming>,
}