-
Notifications
You must be signed in to change notification settings - Fork 268
feat: rustls-tls
and rustls-native-roots
feature flags
#1361
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
base: main
Are you sure you want to change the base?
Conversation
Hi, @c-thiel Could you elaborate what problem this pr is solving? I don't get much why we need this flag. |
Hi @liurenjie1024,
|
I'm wondering if it would be better for us not to rely on |
Hm, I see in the workspace we are already disabling default features for reqwest. |
Thanks @c-thiel for explaination. How about making |
I don't need to need to introduce any of those flags. We are using I think we can close this PR now. |
I agree with @Xuanwo that user just need to add following to their
|
What changes are included in this PR?
Add
rustls-tls
andrustls-tls-native-roots"
feature flags for rest catalog & core.reqwest
is not directly used in other cratesAre these changes tested?
No - just pass through a well-tested rustls functionality.