> PEP 3333 specifies that the python app "should" be able to call read()
"should" is the key ;) > > What do you think? Is this something uWSGI should do differently? Some > python libraries seem to clash with the current behavior. > > Which python library ? By the way, --post-buffering <n> solves the "problem" (you will get the same result suggested by PEP3333) This is not the default as it will break feature like 'upload progress' managed by the app itself -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
