File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,10 @@ blocking-http-transport-curl-rustls = ["blocking-http-transport-curl", "dep:curl
125
125
# # Stacks with `blocking-network-client` to provide support for HTTP/S using **reqwest**, and implies blocking networking as a whole, making the `https://` transport avaialble.
126
126
blocking-http-transport-reqwest = [" blocking-network-client" , " gix-transport/http-client-reqwest" ]
127
127
# # Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `rustls` crate.
128
- blocking-http-transport-reqwest-rust-tls = [" blocking-http-transport-reqwest" , " reqwest-for-configuration-only/rustls-tls" , " reqwest-for-configuration-only/trust-dns" ]
128
+ blocking-http-transport-reqwest-rust-tls = [" blocking-http-transport-reqwest" , " reqwest-for-configuration-only/rustls-tls" ]
129
+ # # Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `rustls` crate.
130
+ # # This also makes use of `trust-dns` to avoid `getaddrinfo`, but note it comes with its own problems.
131
+ blocking-http-transport-reqwest-rust-tls-trust-dns = [" blocking-http-transport-reqwest" , " reqwest-for-configuration-only/rustls-tls" , " reqwest-for-configuration-only/trust-dns" ]
129
132
# # Stacks with `blocking-http-transport-reqwest` and enables `https://` via the `native-tls` crate.
130
133
blocking-http-transport-reqwest-native-tls = [" blocking-http-transport-reqwest" , " reqwest-for-configuration-only/default-tls" ]
131
134
You can’t perform that action at this time.
0 commit comments