Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Nov 7, 2024
1 parent 253e585 commit dff0f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl<C: Borrow<rcgen::CertifiedKey> + Send + Sync + 'static> MitmProxy<C> {
pub fn wrap_service<S, B, E>(
proxy: Arc<Self>,
service: S,
) -> impl HttpService<Incoming, ResBody = BoxBody<B::Data, B::Error>, Error = E, Future: Send>
) -> impl HttpService<Incoming, ResBody = BoxBody<B::Data, B::Error>, Future: Send>
where
S: HttpService<Incoming, ResBody = B, Error = E, Future: Send> + Send + Clone + 'static,
B::Data: Send + 'static,
Expand Down

0 comments on commit dff0f6e

Please sign in to comment.