ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Enabled receiving GZip compressed content over HTTP. #137

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 11:43:30 on 2010-11-14

Most of the HTTP requests made by Radio Downloader and its providers are made via the CachedWebClient class.

As Radio Downloader makes quite a large number of automated requests to remote sites, it would be worthwhile supporting gzip compressed HTTP responses, as this would reduce the impact on remote servers that support it, reduce the amount of bandwidth used by Radio Downloader, and speed up these requests.


Imported from Bug 340 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 14:46:00 on 2010-11-14

Implemented in CachedWebClient class in d310f8e.