Changes between Initial Version and Version 1 of Ticket #18865


Ignore:
Timestamp:
Oct 28, 2012, 3:50:27 PM (11 years ago)
Author:
Aymeric Augustin
Comment:

Fixed formatting (please use preview).


This traceback shows that Internet Explorer is closing the connection. This can happen for a variety of reasons, many of which are unrelated to Django.

Note that the backtrace is fully in Python's standard library. The only frame in Django is django.core.server.basehttp, a thin wrapper around Python's wsgiref module.

I suggest using the support channels and opening a ticket only when you have evidence of a bug in Django. Thanks!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18865

    • Property Resolutionneedsinfo
    • Property Status newclosed
  • Ticket #18865 – Description

    initial v1  
    44This issue is coming only for IE.I tried in IE8 and IE9.
    55PFB the logs for the same:
     6{{{
    67Traceback (most recent call last):
    78  File "C:\Python27\lib\wsgiref\handlers.py", line 86, in run
     
    4142error: [Errno 10054] An existing connection was forcibly closed by the remote ho
    4243st
    43 
     44}}}
    4445Thanks,
    4546Umit
Back to Top