Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.x-dev
Component:
Code parser_common
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 19:32 UTC
Updated:
14 Nov 2009 at 18:50 UTC
By telling cURL to accept all the encodings it supports, we can make FeedAPI's Common syndication parser also read feeds that are, for example, gzipped. I recently had need for that and this minor patch is a result of getting it to work for my gz feeds.
For more information, see http://www.php.net/manual/en/function.curl-setopt.php.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi-parser-common-accept-all-encodings.patch | 889 bytes | tobiassjosten |
Comments
Comment #1
aron novakI love that such a small patch is enough to support compressed feeds :)
Comment #2
aron novakCommitted. Thank you!
Comment #3
alex_b commentedGreat. We should port this to feeds, I added a case for it: #619838: http_request.inc: support all encodings (e. g. gzipped feeds)