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
Before this patch, hyper-rustls required pulling in the tokio runtime
due to it's use of `hyper::client::HttpConnector`. Unfortunately
Fuchsia does not support tokio, which prevents our use of this
library. This PR allows us to optionally disable pulling in tokio,
and instead swap in our own version of the hyper `HttpConnector`.
0 commit comments