You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch: Fix merge HTTP headers with cURL options (#63)
HTTP headers were not merged properly, and were also not accounting for possible casing differences.
Follow-up of simplepie#912
It was for instance not possible to override the `Accept` header from the cURL options.
The existing code could not work properly because we were merging arrays of strings and not arrays of key-values, leading to strange duplicates.
Downstream:
* FreshRSS/FreshRSS#8246
Upstream:
* simplepie#956
0 commit comments