﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15178	Development server hangs very often when used with IE9 beta	Catalin Iacob	nobody	"For almost every request made by IE9 beta the development server hangs or results in the following stacktrace:
{{{
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 51855)
Traceback (most recent call last):
  File ""C:\Python26\lib\SocketServer.py"", line 283, in _handle_request_noblock
    self.process_request(request, client_address)
  File ""C:\Python26\lib\SocketServer.py"", line 309, in process_request
    self.finish_request(request, client_address)
  File ""C:\Python26\lib\SocketServer.py"", line 322, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File ""d:\django-sites\django-trunk\django\core\servers\basehttp.py"", line 569, in __init__
    BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
  File ""C:\Python26\lib\SocketServer.py"", line 617, in __init__
    self.handle()
  File ""d:\django-sites\django-trunk\django\core\servers\basehttp.py"", line 609, in handle
    self.raw_requestline = self.rfile.readline()
  File ""C:\Python26\lib\socket.py"", line 444, in readline
    data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the remote host
----------------------------------------
}}}

To reproduce this, for me it's enough to start a new project with django-admin, run the development server and try to load an URL. Sometimes it takes one or two refreshes of the page to get the exception. After the exception appears the development server is completely hung, it won't respond to requests from other browsers until it's restarted. This makes the development server totally unusable in combination with IE9 beta.

[http://groups.google.com/group/django-users/browse_thread/thread/350974a41a9637f/5b944619f9bee543 This thread] suggests that other people experience this as well.

Software versions that I used:

 * Django SVN HEAD from today (revision 15343)
 * IE9 beta
 * Python 2.6.6 32 bit
 * Windows 7 64 bit"	Uncategorized	closed	Core (Other)	1.3-beta	Normal	worksforme	ie9 development-server	Catalin Iacob	Unreviewed	0	0	0	0	0	0
