use buffer protocol in WSGI response

This commit is contained in:
Unbit
2013-09-30 09:25:25 +02:00
parent 762c73e2ac
commit d484acefa4
4 changed files with 65 additions and 19 deletions
+1
View File
@@ -180,6 +180,7 @@ struct uwsgi_python {
int start_response_nodelay;
char *programname;
int wsgi_strict;
};