On Tue, 2006-08-01 at 23:20 +0200, [EMAIL PROTECTED] wrote: > Hi all, > > I have a problem with HTTP, django and python 2.3.5 on linux suse. > I got multiple tracebacks like http://paste.e-scribe.com/970/ > after a HTTP call from Internet Explorer 6 using HTTP-Protocol 1.0 or 1.1 > > The web-app is working fine, but the tracebacks are strange. > > Has anybody seen such Tracebacks ?
Is it really working fine from the client end? Because those tracebacks are saying that the client is closing the connection when you have barely started to write the response (it is still writing the HTTP status line). That would imply the client is not reading any of the reply, which would normally hamper their user experience, I would have thought. Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

