Switch to using CURLOPT_ACCEPT_ENCODING instead of the deprecated CURLOPT_ENCODING#8376
Merged
Alkarex merged 4 commits intoFreshRSS:edgefrom Jan 3, 2026
Merged
Conversation
The CURLOPT_ENCODING setting has been deprecated in favor of CURLOPT_ACCEPT_ENCODING. Signed-off-by: Michael Meier <mmeier1986@gmail.com>
Member
|
Thanks! The same renaming should be proposed upstream to https://github.com/simplepie/simplepie if you feel like it |
Contributor
Author
|
I've adapted the description to focus on replacing In contrast to the SimplePie PR, I did not introduce additional |
Member
|
Very good. Please check my suggestion simplepie/simplepie#960 (review) and I will make some merging |
Member
|
Merging in progress: |
Member
Member
|
Merged! |
mmeier86
added a commit
to mmeier86/FreshRSS
that referenced
this pull request
Jan 4, 2026
Alkarex
pushed a commit
that referenced
this pull request
Jan 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8374
Changes proposed in this pull request:
CURLOPT_ENCODINGwithCURLOPT_ACCEPT_ENCODINGAs per the CURLOPT_ACCEPT_ENCODING docs,
CURLOPT_ENCODINGis obsolete since cURL 7.21.6.How to test the feature manually:
Pull request checklist: