#3089: Intermittent connection resets with development server
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: closed | Component: django-admin.py
runserver
Version: SVN | Resolution: duplicate
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------------+------------------------------------------
Comment (by mtredinnick):
In case anybody reads this in the future, it isn't a dupe of #3496, but it
isn't a Django bug, either. This problem is if the browser sends content
and the server side doesn't read it. If you are expecting data in your
view, you should read it (failure to do so is a programmer error and we
can't guard against that). If you aren't, then having the browser throw an
error when content is sent at the wrong moment is as good an error as any.
--
Ticket URL: <http://code.djangoproject.com/ticket/3089#comment:6>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---