Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Nov 11, 2024
1 parent af09eb8 commit c730dd0
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 @@ -336,7 +336,7 @@ impl FlUrl {
#[cfg(feature = "with-ssh")]
async fn execute_with_ssh(
self,
request: hyper::Request<Full<Bytes>>,
request: MyHttpRequest,
ssh_credentials: Arc<my_ssh::SshCredentials>,
) -> Result<FlUrlResponse, FlUrlError> {
let reused_connection = self
Expand Down

0 comments on commit c730dd0

Please sign in to comment.