Skip Menu |

This queue is for tickets about the AnyEvent-Feed CPAN distribution.

Report information
The Basics
Id: 80583
Status: new
Priority: 0/
Queue: AnyEvent-Feed

People
Owner: Nobody in particular
Requestors: pagenyon [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Support gzip compression
Doesn't look like this module is being actively maintained, so I'm not going to waste time making a proper patch. But this is as simple as adding 'accept-encoding' => 'gzip' to the request headers and then calling IO::Uncompress::gunzip to decompress if the 'content-encoding' header is /^(?:x-)?gzip$/.