You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't use trust-dns by default when using request. (#1076)
It's reported to have issues under certain condition, please see
seanmonstar/reqwest#437 for more.
The `blocking-http-transport-reqwest-rust-tls-trust-dns` feature was added
to provide the same feature-set as before for those who want `trust-dns`.
## 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.
0 commit comments