Message122342
The transparent gzip Content-Encoding support should be done at the
http.client level code.
Before adding this feature, a question needs to be sorted out.
If we support the transparent gzip and wrap the file pointer to a
GzipFile filepointer, should reset the Content-Length value?
What if a user of urllib is relying on the Content-Length of response
to do something further?
I observed that google-chrome returns the uncompressed output (which
is correct for a browser), but has the Content-Length set the
compressed output length. |
|
Date |
User |
Action |
Args |
2010-11-25 08:43:51 | orsenthil | set | recipients:
+ orsenthil, jjlee, antialize, ruseel, nadeem.vawda, eric.araujo |
2010-11-25 08:43:48 | orsenthil | link | issue1508475 messages |
2010-11-25 08:43:47 | orsenthil | create | |
|