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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-06-08.13:31:44
SpamBayes Score 0.013436824
Marked as misclassified No
Message-id <1244467909.16.0.785734753191.issue6099@psf.upfronthosting.co.za>
In-reply-to
Content
It turns out we need to deal with exceptions and clear the cached 
HTTPConnection if they happen.
Also, we just deal with a ECONNRESET which can happen if there is a long 
delay between requests, and retry the request once in that case.  New 
patch uploaded.
History
Date User Action Args
2009-06-08 13:31:49kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-06-08 13:31:49kristjan.jonssonsetmessageid: <1244467909.16.0.785734753191.issue6099@psf.upfronthosting.co.za>
2009-06-08 13:31:47kristjan.jonssonlinkissue6099 messages
2009-06-08 13:31:47kristjan.jonssoncreate