macro_rules! try_old_curl { ($e:expr, $msg:expr) => { ... }; }
Expand description
When dynamically linked against libcurl, we want to ignore some failures when using old versions that don’t support certain features.
macro_rules! try_old_curl { ($e:expr, $msg:expr) => { ... }; }
When dynamically linked against libcurl, we want to ignore some failures when using old versions that don’t support certain features.