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

Brotli causing error in PHP 8.1 curl #3

Open
xeons opened this issue Apr 5, 2024 · 0 comments
Open

Brotli causing error in PHP 8.1 curl #3

xeons opened this issue Apr 5, 2024 · 0 comments

Comments

@xeons
Copy link

xeons commented Apr 5, 2024

Having issues with brotli causing libcurl to throw an error on the latest release of "ea-libcurl-8.7.1-1.1.1.cpanel.x86_64"

I have a PHP script that was throwing an error 23 (Failed writing received data to disk/application) attempting to use brotli encoding on a request. Downgrading to "ea-libcurl.x86_64 0:8.6.0-1.1.2.cpanel" resolved the issue.

I'm not sure what exactly the issue is, but either libbrotli wasn't being loaded or it was encountering an error. Maybe there's a version mismatch?

Not sure if you can attempt to reproduce the issue, but try running a PHP script that uses CURL and sets the CURLOPT_ENCODING to 'br'.

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

No branches or pull requests

1 participant