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 gotgenes
Recipients gotgenes
Date 2009-12-05.16:58:42
SpamBayes Score 0.0009716796
Marked as misclassified No
Message-id <1260032326.17.0.135874327566.issue7445@psf.upfronthosting.co.za>
In-reply-to
Content
This question is motivated by a question on Stack Overflow:
http://stackoverflow.com/questions/1824069/urllib2-not-retrieving-entire-http-response

In the event the user receives an incomplete response when using urllib2
(and urllib), the library should raise an error to indicate the response
is incomplete. This is a matter of checking if the Content-Length
defined in the header matches the size of the retrieved response. While
this can be done by the user, an exception will help alert the more
unwitting, such as myself, by failing early.
History
Date User Action Args
2009-12-05 16:58:46gotgenessetrecipients: + gotgenes
2009-12-05 16:58:46gotgenessetmessageid: <1260032326.17.0.135874327566.issue7445@psf.upfronthosting.co.za>
2009-12-05 16:58:43gotgeneslinkissue7445 messages
2009-12-05 16:58:43gotgenescreate