Hi,

I'm currently playing with my Django web interface on a windows XP box
with Python 2.5, Django 0.96. Sometimes when I send a redirect in view
code, Firefox says, "The connection was reset while the page was
loading."

Seems like an issue with the built-in web server.

Sample code:

    elif request.method == 'POST':
        log.debug("in a POST request")
        request.session['error'] = "Operations not yet implemented"
        log.debug("sending a redirect")
        return HttpResponseRedirect(baseurl + 'clients/')

Has anyone else seen this?

Thanks,
Mike
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to