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 Albert.Weichselbraun, amaury.forgeotdarc, flox, orsenthil
Date 2010-08-21.15:33:18
SpamBayes Score 0.0018005121
Marked as misclassified No
Message-id <1282404800.07.0.374606356965.issue9655@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Amaury, that was nice debugging.

The problem is with Apache tomcat server at the remote end, which is  misbehaving on Connection:close header being sent by urllib2. We can't do anything about it, the bug reporter can take it up with server.

However, in the Urllib2 documentation, if needed, it can be mentioned that urllib2 is sending Connection:close while using HTTP/1.1 whereas urllib uses HTTP/1.0.

Closing this bug as Invalid.
History
Date User Action Args
2010-08-21 15:33:20orsenthilsetrecipients: + orsenthil, amaury.forgeotdarc, flox, Albert.Weichselbraun
2010-08-21 15:33:20orsenthilsetmessageid: <1282404800.07.0.374606356965.issue9655@psf.upfronthosting.co.za>
2010-08-21 15:33:18orsenthillinkissue9655 messages
2010-08-21 15:33:18orsenthilcreate