You are using de runserver to develop and getting this error or something like gunicorn and nginx?
Because the nginx have some time to proccess each request. http://stackoverflow.com/questions/6816215/gunicorn-nginx-timeout-problem On Mon, Feb 15, 2016 at 4:20 PM, Pablo Conesa <[email protected]> wrote: > Hi, I posted this in stackoverflow. Now I'm trying here: > http://stackoverflow.com/questions/35413649/file-upload-fails-with-slow-network-bandwith-in-django > > I've got a code working fine that uploads a file to a DJANGO server. > > It works fine on a fine connection. > > Now if, using fiddler to simulate a slow connection....page freezes > (Chrome pop up offering to kill the page). > > I've tested in different ways and the only factor that causes the error is > a slow upload speed. e.g. If I choose a wi-fi network it fails but over the > ethernet it works. > > File is 100MB!. > > python: 2.7.6 > > DJANGO: 1.5.5 or 1.9 (I updated to 1.9 and is not working either) > > Fiddler show -1 in the response, and says: "No response body". > > Any ideas? > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/3625feed-bc42-4d80-a8cb-d6a8c94a48cf%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/3625feed-bc42-4d80-a8cb-d6a8c94a48cf%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Ezequiel Bertti E-Mail: [email protected] Cel: (21) 99188-4860 -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACrQMYpb6pcEmObzZBL%3Dm05sCTtfp2ezcpG51TROdGueFmROeQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

