We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbfde3 commit 9e2933eCopy full SHA for 9e2933e
src/cargo/sources/registry/http_remote.rs
@@ -565,7 +565,7 @@ impl<'cfg> RegistryData for HttpRegistry<'cfg> {
565
// Once the main one is opened we realized that pipelining is possible
566
// and multiplexing is possible with static.crates.io. All in all this
567
// reduces the number of connections done to a more manageable state.
568
- handle.pipewait(true)?;
+ crate::try_old_curl!(handle.pipewait(true), "pipewait");
569
570
let mut headers = List::new();
571
// Include a header to identify the protocol. This allows the server to
0 commit comments