Skip to content

Conversation

daviduebler
Copy link
Contributor

The openssl TlsConnector synchronously loads certificates from files. Loading these files can block for tens of milliseconds.

Does your PR solve an issue?

fixes #4026

Is this a breaking change?

No. It should only offload work to a different thread.

The openssl TlsConnector synchronously loads certificates from files.
Loading these files can block for tens of milliseconds.
@abonander
Copy link
Collaborator

@daviduebler sorry, would you mind running cargo fmt for me? I committed a suggestion but it wasn't properly formatted.

@daviduebler
Copy link
Contributor Author

@daviduebler sorry, would you mind running cargo fmt for me? I committed a suggestion but it wasn't properly formatted.

Of course. Thank you for reviewing the change!

@abonander abonander merged commit 064d649 into launchbadge:main Sep 23, 2025
144 checks passed
@abonander
Copy link
Collaborator

Thanks!

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.

Connecting to MySQL with SSL enabled blocks event loop
2 participants