> Hmm... That doesn't work for me, for some reason. It still blocks. I > think the documentation is a bit unclear here too. Will adding > --post-buffering <n> only activate it for requests larger than <n> > bytes? I suppose not, but what does --post-buffering-bufsize do then? > >
--post-buffering 1 will activate post buffering for every request body with a default bufsize of 4k. So if you have a 8k request body it will be read in two chunk. With --post-buffering-bufsize you can change the 4k default -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
