Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c45cdaf

Browse files
authored
Clarify that blocking-http-transport-reqwest doesn't enable reqwest's default features
As suggested in #2388.
1 parent 75ac1d0 commit c45cdaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gix/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ blocking-http-transport-curl-openssl = [
201201
"gix-transport/http-client-curl-openssl",
202202
]
203203
## Stacks with `blocking-network-client` to provide support for HTTP/S using **reqwest**, and implies blocking networking as a whole, making the `https://` transport available.
204+
## This does not enable `reqwest`'s default features, allowing custom configuration of e.g. the TLS backend.
204205
blocking-http-transport-reqwest = [
205206
"blocking-network-client",
206207
"gix-transport/http-client-reqwest",

0 commit comments

Comments
 (0)