This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients dabrahams, orsenthil
Date 2010-05-17.20:30:17
SpamBayes Score 0.031798735
Marked as misclassified No
Message-id <20100517203007.GA27020@remy>
In-reply-to <1274021231.2.0.0953300031131.issue8732@psf.upfronthosting.co.za>
Content
HTTP Ref says that Server can send any encoding, if client does not
specify Accept-Encoding header. But if 'identity' is one of the
encoding that server recognizes (?), then it should send it as
identity, which indicates untransformed content.

I also see in the httplib that Accept-Encoding = 'identity' is added in the
request level to the headers. I shall see what is missing here, if it
is not being sent for all requests.

BTW, I could not figure out the problem you are facing from the url
mentioned. I specifically do not see any interleaving gzip and no-gzip
request behaviours at different points.
History
Date User Action Args
2010-05-17 20:30:19orsenthilsetrecipients: + orsenthil, dabrahams
2010-05-17 20:30:17orsenthillinkissue8732 messages
2010-05-17 20:30:17orsenthilcreate