On Sep 9, 8:09 pm, "jeremias.kangas" <jeremias.kan...@gmail.com>
wrote:
> Hi all,
>
> This error started popping on last sunday, and it keeps happening
> pretty randomly, like 1-2 times a day. I read from the internet that
> this problem seems to be pretty common, though didn't find out if
> anyone had any success solving it.
>
> My setup is WSGI+django on ubuntu. Django version is 1.0.2.
>
> Is there any possibility that this error results from my code? Or
> could I make things work by doing things differently? Currently I have
> file upload forms, and the error seems to happen during file
> uploading.
>
> Could faulty hardware be causing this? I'm running my app on home
> server, and I have lousy D-Link router between the server and
> internet. Or perhaps I could upgrade my home server to something more
> efficient?
It is because from the server perspective the client connection was
dropped before the request body had been able to be completely read.
So, shouldn't be anything wrong with the application or the server.
Can be caused by user aborting an upload explicitly, or clicking
submit button twice accidentally. Faulty networks that are dropping
connections could also be a cause.
Graham
--~--~---------~--~----~------------~-------~--~----~
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
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---