>
> This is a common problem in all of the proxied setup:
>
> http://flask.pocoo.org/snippets/47/
>
> The real fix is always reading POST datas when they are available (even if
> you are not interested in them). Not reading them means your communication
> socket with the webserver will be clobbered soon or later.
>
> If you do not want to change your code you can use the uWSGI
> --post-buffering option that will automatically buffer post data in memory
> (or to disk).


Thanks! I've never ran into this problem before but you definitely brought
some light on the subject. I appreciate the good information!

-- 
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.

Reply via email to