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

SimplePieFileGuzzle: Fix autodiscovery #1131

Merged
merged 1 commit into from
Sep 16, 2019
Merged

Conversation

jtojnar
Copy link
Member

@jtojnar jtojnar commented Sep 16, 2019

In #1052, we introduced a class that allowed us to make SimplePie fetch feeds using Guzzle and then pass headers and content back to it. Unfortunately, SimplePie expects the headers to be lower-case and strings, whereas Guzzle returns original case and string arrays as mandated by PSR-7. This in turn broke autodiscovery.

Closes: #1130

In #1052, we introduced a class that allowed us to make SimplePie fetch feeds using Guzzle and then pass headers and content back to it. Unfortunately, SimplePie expects the headers to be lower-case and strings, whereas Guzzle returns original case and string arrays as mandated by PSR-7. This in turn broke autodiscovery.

Closes: #1130
@jtojnar jtojnar added this to the 2.19 milestone Sep 16, 2019
@jtojnar
Copy link
Member Author

jtojnar commented Sep 16, 2019

Regression in development version, no need to include it in changelog.

@jtojnar jtojnar merged commit 2307c23 into master Sep 16, 2019
@jtojnar jtojnar deleted the simplepieguzzle-autodiscovery branch September 16, 2019 10:27
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.

Feed autodiscovery broken
2 participants