Skip to content

Commit

Permalink
chore: drop scope change for HttpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
morristai committed Oct 25, 2023
1 parent a06ad4c commit 2816380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/raw/http_util/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const DEFAULT_CONNECT_TIMEOUT: Duration = Duration::from_secs(60);
/// HttpClient that used across opendal.
#[derive(Clone)]
pub struct HttpClient {
pub(crate) client: reqwest::Client,
client: reqwest::Client,
}

/// We don't want users to know details about our clients.
Expand Down

0 comments on commit 2816380

Please sign in to comment.