Skip to content

Conversation

@tstenner
Copy link
Contributor

@tstenner tstenner commented Jan 4, 2026

This PR updates reqwest to 0.13 which uses rustls by default.

I have observed the per-connection overhead to be greater than before because HTTP/2 + post-quantum cryptography is advertised / accepted depending on the remote server.
This would have likely happened with native-tls as well, because ALPN is enabled for it by default as well so IMHO it doesn't make sense to add another feature flag for native-tls.

@tstenner
Copy link
Contributor Author

The new clippy version enforces collapsed if statements.

The necessary changes are in a separate commit. The the reqwest update is in the first commit.

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.

1 participant