Message 163020 - Python tracker

Message163020

Author rhettinger
Recipients rhettinger
Date 2012-06-17.06:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339915873.52.0.115462585972.issue15089@psf.upfronthosting.co.za>
In-reply-to
Content
Enable retrieve() to take advantage of data compression in HTTP requests.

* In the request, add the header "Accept-Encoding: gzip".
* In the response, check the headers for "Content-Encoding: gzip".
* Convert the downloaded content using gzip.GzipFile.
History
Date User Action Args
2012-06-17 06:51:13rhettingersetrecipients: + rhettinger
2012-06-17 06:51:13rhettingersetmessageid: <1339915873.52.0.115462585972.issue15089@psf.upfronthosting.co.za>
2012-06-17 06:51:12rhettingerlinkissue15089 messages
2012-06-17 06:51:12rhettingercreate