Message163020
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. |
|
| Date |
User |
Action |
Args |
| 2012-06-17 06:51:13 | rhettinger | set | recipients:
+ rhettinger |
| 2012-06-17 06:51:13 | rhettinger | set | messageid: <1339915873.52.0.115462585972.issue15089@psf.upfronthosting.co.za> |
| 2012-06-17 06:51:12 | rhettinger | link | issue15089 messages |
| 2012-06-17 06:51:12 | rhettinger | create | |
|