shaka-packager/packager/third_party/curl
Joey Parrish 2c9d100d44
fix(http): Fix "Failed sending data to the peer" errors (#1443)
Upgrading curl fixes errors like "Failed sending data to the peer" flooding the log.  This is described upstream in https://github.com/curl/curl/issues/10591 and fixed in curl 8.2.0.  Here we upgrade to curl 8.9.1 (latest as of today).

This required updating the way we attach c-ares to libcurl and updating CURLOPT_PUT (deprecated) to CURLOPT_UPLOAD (compatible equivalent AFAICT).
2024-10-24 13:53:39 -07:00
..
source@83bedbd730 fix(http): Fix "Failed sending data to the peer" errors (#1443) 2024-10-24 13:53:39 -07:00
CMakeLists.txt fix(http): Fix "Failed sending data to the peer" errors (#1443) 2024-10-24 13:53:39 -07:00