Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(http): Fix "Failed sending data to the peer" errors #1443

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

joeyparrish
Copy link
Member

Upgrading curl fixes errors like "Failed sending data to the peer" flooding the log. This is described upstream in curl/curl#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).

Upgrading curl fixes errors like "Failed sending data to the peer" flooding the
log.  This is described upstream in curl/curl#10591
and fixed in curl 8.2.0.  Here we upgrade to curl 8.9.1 (latest as of today).
@joeyparrish joeyparrish merged commit 2c9d100 into shaka-project:main Oct 24, 2024
36 checks passed
@joeyparrish joeyparrish deleted the upgrade-curl branch October 24, 2024 20:53
joeyparrish pushed a commit that referenced this pull request Oct 28, 2024
🤖 I have created a release *beep* *boop*
---


##
[3.3.0](v3.2.1...v3.3.0)
(2024-10-25)


### Features

* Add IAMF support
([#1416](#1416))
([dc6196d](dc6196d)),
closes
[#1415](#1415)
* EXT-X-SESSION-KEY support
([#1427](#1427))
([d88ed27](d88ed27)),
closes [#36](#36)
* **http:** Add DELETE method support
([#1442](#1442))
([ddeacb2](ddeacb2))


### Bug Fixes

* **http:** Fix "Failed sending data to the peer" errors
([#1443](#1443))
([2c9d100](2c9d100))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants