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
Noted in #4305 -- because rustup passes a pre-built rustls configuration into reqwest, it is responsible for configuring the rustls::ClientConfig::alpn_protocols field. This probably has no significant impact given the simple workloads of rustup, but disabling ALPN (and therefore HTTP2) is probably an unintended variance from the curl backend.
Solution you'd like
Set ALPN so HTTP2 can be negotiated.
Notes
No response
The text was updated successfully, but these errors were encountered:
Problem you are trying to solve
Noted in #4305 -- because rustup passes a pre-built rustls configuration into reqwest, it is responsible for configuring the
rustls::ClientConfig::alpn_protocols
field. This probably has no significant impact given the simple workloads of rustup, but disabling ALPN (and therefore HTTP2) is probably an unintended variance from the curl backend.Solution you'd like
Set ALPN so HTTP2 can be negotiated.
Notes
No response
The text was updated successfully, but these errors were encountered: