We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2245fc4 commit 9da2e70Copy full SHA for 9da2e70
src/cargo/core/package.rs
@@ -287,7 +287,7 @@ impl<'cfg> PackageSet<'cfg> {
287
// We've enabled the `http2` feature of `curl` in Cargo, so treat
288
// failures here as fatal as it would indicate a build-time problem.
289
let mut multi = Multi::new();
290
- multi.pipelining(true, true)
+ multi.pipelining(false, true)
291
.chain_err(|| "failed to enable multiplexing/pipelining in curl")?;
292
293
Ok(PackageSet {
0 commit comments