> (warning: post-buffering 1 is veary heavy, you can use higher value > in recent releases, 8192 is a good one) > > We had a problem where post responses were empty.. will post-buffering > 8192 > fix this problem as post-buffering 1 does?
Yes, because from 0.9.x post-buffering will always buffer all of the data. The number you pass is the maximum amount of data to retain in memory instead of disk. > > On 4 November 2011 10:35, Roberto De Ioris <[email protected]> wrote: > >> (warning: post-buffering 1 is veary heavy, you can use higher value in >> recent releases, 8192 is a good one) >> > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
