Switch to using CURLOPT_ACCEPT_ENCODING instead of the deprecated CURLOPT_ENCODING#8376
Conversation
The CURLOPT_ENCODING setting has been deprecated in favor of CURLOPT_ACCEPT_ENCODING. Signed-off-by: Michael Meier <[email protected]>
|
Thanks! The same renaming should be proposed upstream to https://github.com/simplepie/simplepie if you feel like it |
|
I've adapted the description to focus on replacing In contrast to the SimplePie PR, I did not introduce additional |
|
Very good. Please check my suggestion simplepie/simplepie#960 (review) and I will make some merging |
|
Merging in progress: |
|
Merged! |
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: