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 cmb
Recipients ajaksu2, cmb
Date 2008-12-18.14:49:22
SpamBayes Score 0.0016057593
Marked as misclassified No
Message-id <1229611765.62.0.382727449767.issue4683@psf.upfronthosting.co.za>
In-reply-to
Content
When I say a given instance, I mean an HTTPDigestAuthHandler object. If
I take the three lines before my loop (authhandler=, opener=,
install_opener) and move them into the loop, the problem goes away,
whereas moving only the latter two of those doesn't help. So, creating a
new HTTPDigestAuthHandler each time fixes the problem, where surely it
shouldn't make any difference? Also, I've tried sleeps of 30 seconds,
with the same results (reuse handler -> fail on the 3rd request, new
handler each time -> works for all requests).
History
Date User Action Args
2008-12-18 14:49:25cmbsetrecipients: + cmb, ajaksu2
2008-12-18 14:49:25cmbsetmessageid: <1229611765.62.0.382727449767.issue4683@psf.upfronthosting.co.za>
2008-12-18 14:49:23cmblinkissue4683 messages
2008-12-18 14:49:22cmbcreate