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: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 | |