﻿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
3089	Intermittent connection resets with development server	cephelo@…	Adrian Holovaty	"With the latest SVN version I am still getting frequent connection resets using Firefox 2.0 when using the development server on Windows XP (SP2).

I seem to have it tracked down to a very odd behavior. Given the following view:

{{{
#!python
def test(request):
    return render_to_response(""test.html"")
}}}

When posting to this method, Firefox often gives me ""The connection was reset The connection to the server was reset while the page was loading.""

However, if I change the code to:

{{{
#!python
def test(request):
    request.POST
    return render_to_response(""test.html"")
}}}

the problem goes away.

This happens on both of my Windows XP machines."	defect	closed	django-admin.py runserver	dev	normal	duplicate			Unreviewed	0	0	0	0	0	0
