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 amaury.forgeotdarc
Recipients Albert.Weichselbraun, amaury.forgeotdarc, orsenthil
Date 2010-08-21.11:56:35
SpamBayes Score 0.06016003
Marked as misclassified No
Message-id <1282391799.97.0.0132273644532.issue9655@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, it looks like a web server problem to me.

urllib2 uses the HTTP/1.1 protocol, and sends the "Connection: close" header. I hacked urllib2: when this header is not sent, the content is retrieved normally.

This page: 
http://www.mail-archive.com/users@tomcat.apache.org/msg28684.html
describes the same problem.
The web site above does use Tomcat (can be seen in the response headers), maybe they have a wrong version?
History
Date User Action Args
2010-08-21 11:56:40amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, orsenthil, Albert.Weichselbraun
2010-08-21 11:56:39amaury.forgeotdarcsetmessageid: <1282391799.97.0.0132273644532.issue9655@psf.upfronthosting.co.za>
2010-08-21 11:56:36amaury.forgeotdarclinkissue9655 messages
2010-08-21 11:56:35amaury.forgeotdarccreate