shaka-packager/packager/third_party
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
..
abseil-cpp chore: Upgrade absl and protobuf (#1337) 2024-02-09 20:57:12 -08:00
c-ares feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
curl fix(http): Fix "Failed sending data to the peer" errors (#1443) 2024-10-24 13:53:39 -07:00
googletest feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
json feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
libpng feat: Portable, fully-static release executables on Linux (#1351) 2024-02-27 10:47:04 -08:00
libwebm feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
libxml2 build: Do not treat third-party warnings as errors (#1338) 2024-02-09 19:10:08 -08:00
mbedtls build: Do not treat third-party warnings as errors (#1338) 2024-02-09 19:10:08 -08:00
mimalloc feat: Portable, fully-static release executables on Linux (#1351) 2024-02-27 10:47:04 -08:00
mongoose build: Do not treat third-party warnings as errors (#1338) 2024-02-09 19:10:08 -08:00
protobuf fix: Embed full python protobuf library (#1438) 2024-10-02 08:31:04 -07:00
zlib chore: Unfork zlib (#1339) 2024-02-12 14:10:51 -08:00
CMakeLists.txt feat: Portable, fully-static release executables on Linux (#1351) 2024-02-27 10:47:04 -08:00