0.4.41
Added
- Exposed the
CURLOPT_CAINFO_BLOB
libcurl option asEasy::ssl_cainfo_blob
andEasy2::ssl_cainfo_blob
. (#420)
Fixed
- Refactored init behavior to avoid being affected by rustc linking issue rust-lang/rust#90342 on macOS 12.0 Monterey (#417, #426)
- Guarantee that
curl_multi_remove_handle
is always called on easy handles attached to a multi handle before being closed. This avoids triggering a double-free bug present in curl 7.78.0-7.80.0. (#421, #423)
Changed
- Upgraded bundled curl version in
curl-sys
to 7.80.0 (#422)