Friday, April 25, 2014

Re: Http request with multiple files is not able to read by django server

Den 25/04/2014 kl. 14.39 skrev kousik chowdhury <kousik.tict@gmail.com>:

> After going through all the links related to this problem, I come to know that this problem may happen because of the **broken request** That is if someone cancelled the request in between.
>
> As my request is an `AsyncTask` to the request should not break.

Clients can still abort the request or close the connection in many ways - the client application crashing, the device crashing, shutting down or running out of battery, losing network connection or switching networks etc.

You should probably just ignore these errors unless you suspect the error is happening despite any of the above reasons.

Erik

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/F66FD1CA-855F-448B-8E18-53A09601C2BC%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment