accepting buffer is an option: --wsgi-accept-buffer

This commit is contained in:
Unbit
2013-10-05 12:32:49 +02:00
parent c90c639348
commit a0082b5b98
3 changed files with 24 additions and 19 deletions
+1
View File
@@ -181,6 +181,7 @@ struct uwsgi_python {
char *programname;
int wsgi_strict;
int wsgi_accept_buffer;
char *raw;
PyObject *raw_callable;