On May 5, 2:01 pm, msoulier <[EMAIL PROTECTED]> wrote:
> Seems like an issue with the built-in web server.
In fact, if I modify handlers/wsgi.py, and print the request object
before it gets to get_response(), suddenly it's fine.
try:
request = WSGIRequest(environ)
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
2 matches
Mail list logo