Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Sep 18, 2024
1 parent 9af4cae commit e16447f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/transport-http/src/hyper_transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ where
}
}

impl TransportConnect for HttpConnect<HyperClient> {
type Transport = Http<HyperClient>;
impl TransportConnect for HttpConnect<HyperTransport> {
type Transport = HyperTransport;

fn is_local(&self) -> bool {
guess_local_url(self.url.as_str())
Expand Down

0 comments on commit e16447f

Please sign in to comment.