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
I recently found that the reqwest library was fetching anything with an unrecognized scheme (like hxxps: or htps: as plain HTTP: seanmonstar/reqwest#919. That was fixed in seanmonstar/reqwest#921.
This crate appears to have the same problem: Because it calls http.enforce_http(false) (
I recently found that the
reqwest
library was fetching anything with an unrecognized scheme (likehxxps:
orhtps:
as plain HTTP: seanmonstar/reqwest#919. That was fixed in seanmonstar/reqwest#921.This crate appears to have the same problem: Because it calls
http.enforce_http(false)
(hyper-tls/src/client.rs
Line 50 in 7c9adcd
The text was updated successfully, but these errors were encountered: