Skip to content

Make loading of PEM certificates async #1971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Sep 2, 2024

Running the blocking client inside async context was causing issues with Tokio (when the blocking client was dropped, it was sometimes causing panics in tokio), and it was a hack anyway. This also allows us to remove a feature from reqwest and also remove the lazy_static dependency.

Running the blocking client inside async context was causing issues with Tokio, and it was a hack anyway. This also allows us to remove a feature from `reqwest` and remove the `lazy_static` dependency.
@Kobzol Kobzol force-pushed the certificates-async branch from 5c49a3e to b215a17 Compare September 2, 2024 20:29
@Kobzol Kobzol enabled auto-merge September 2, 2024 20:29
@Kobzol Kobzol disabled auto-merge September 2, 2024 20:35
Before it was unified from the `database` package.
@Kobzol Kobzol merged commit 5881188 into rust-lang:master Sep 2, 2024
11 checks passed
@Kobzol Kobzol deleted the certificates-async branch September 2, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants