On Feb 20, 2006, at 9:13 AM, Ned Batchelder wrote: > I have some code in a Django view that makes a request on another > server. It uses urllib2 to make an SSL connection to the server and > request a page.
[snip] > When I run this in Django, I usually (but not always!) get an > exception: <urlopen error (2, 'The operation did not complete > (read)')> > from the urlopen call. Occasionally, it will work and return the data > properly. > > This exact same code run in a standalone script succeeds 100% of the > time, even when called repeatedly in a tight loop. Weird! With just a few minutes of poking I can't reproduce this -- I tried a simple view that just opens an https connection and echoes the data. I can't recall reading anything about this type of bug in the past, but if there's something Django's doing wrong, I'd like to track it down. I'll do some googleing and see if I can turn anything up. Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---