Issue15089
Created on 2012-06-17 06:51 by rhettinger, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg163020 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2012-06-17 06:51 | |
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. |
|||
| msg163027 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2012-06-17 08:17 | |
Isn't this a duplicate of issue1508475? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:31 | admin | set | github: 59294 |
| 2012-06-17 14:29:38 | jcea | set | nosy:
+ jcea |
| 2012-06-17 10:32:19 | pitrou | set | status: open -> closed superseder: transparent gzip compression in urllib resolution: duplicate |
| 2012-06-17 08:17:58 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg163027 |
| 2012-06-17 06:51:12 | rhettinger | create | |
