We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c911e commit 6a8378bCopy full SHA for 6a8378b
src/cargo/util/context/mod.rs
@@ -3131,7 +3131,7 @@ fn disables_multiplexing_for_bad_curl(
3131
use crate::util::network;
3132
3133
if network::proxy::http_proxy_exists(http, gctx) && http.multiplexing.is_none() {
3134
- let bad_curl_versions = ["7.87.0", "7.88.0", "7.88.1"];
+ let bad_curl_versions = ["7.79.0", "7.87.0", "7.88.0", "7.88.1"];
3135
if bad_curl_versions
3136
.iter()
3137
.any(|v| curl_version.starts_with(v))
0 commit comments