Compare commits

..

No commits in common. "d5a6f799189360d9449ae47ab3cdde511f02cf39" and "695f9639ef544459e1d4c8825c0960a309820449" have entirely different histories.

View File

@ -405,7 +405,6 @@ 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())) 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> { pub struct ReverseProxy<T: Connect + Clone + Send + Sync + 'static> {
client: Client<T, Incoming>, client: Client<T, Incoming>,
} }