When I am testing my applications using django 1.2 and 1.3 dev server
on IE 9.  Every other requests gives me:

Traceback (most recent call last):
  File "/home/dmican/Envs/monetization/lib/python2.6/site-packages/
django/core/servers/basehttp.py", line 281, in run
    self.finish_response()
  File "/home/dmican/Envs/monetization/lib/python2.6/site-packages/
django/core/servers/basehttp.py", line 321, in finish_response
    self.write(data)
  File "/home/dmican/Envs/monetization/lib/python2.6/site-packages/
django/core/servers/basehttp.py", line 400, in write
    self.send_headers()
  File "/home/dmican/Envs/monetization/lib/python2.6/site-packages/
django/core/servers/basehttp.py", line 464, in send_headers
    self.send_preamble()
  File "/home/dmican/Envs/monetization/lib/python2.6/site-packages/
django/core/servers/basehttp.py", line 379, in send_preamble
    self._write('HTTP/%s %s\r\n' % (self.http_version,self.status))
  File "/home/dmican/Envs/monetization/lib/python2.6/site-packages/
django/core/servers/basehttp.py", line 508, in _write
    self.stdout.write(data)
  File "/usr/lib/python2.6/socket.py", line 297, in write
    self.flush()
  File "/usr/lib/python2.6/socket.py", line 284, in flush
    self._sock.sendall(buffer)
error: [Errno 104] Connection reset by peer


This is mainly when I am requesting static media, but not
exclusively.  This error can happen on any request.
It is happening way too frequently (every other request) for it to be
a coincidence.  On chrome and firefox I hardly ever see these errors.
Before I dig into it has anyone had a similar experience??? It makes
IE9 un-testable.

Thank you

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to