Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SimplePieFileGuzzle: Fix autodiscovery
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
- Loading branch information
2307c23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, going to test