Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Dec 27, 2024
1 parent f0525a5 commit bd6ceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fl_url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ impl FlUrl {
} else {
let clients_cache = self.get_clients_cache();

self.execute_with_retry::<TlsStream<TcpStream>, HttpsConnector, _>(
self.execute_with_retry::<UnixSocketStream, UnixSocketConnector, _>(
&request,
clients_cache.as_ref(),
#[cfg(feature = "with-ssh")]
Expand Down

0 comments on commit bd6ceb8

Please sign in to comment.