Skip to content

Commit

Permalink
Fix tokio support for async_tls
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg authored and sdroege committed Feb 16, 2024
1 parent 855a9b1 commit 462ab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokio/async_tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ where
{
crate::async_tls::client_async_tls_with_connector_and_config(
request,
TokioAdapter(stream),
TokioAdapter::new(stream),
connector,
config,
)
Expand Down

0 comments on commit 462ab0c

Please sign in to comment.