first attempt of a better wsgi.input

This commit is contained in:
roberto@maverick64
2011-02-14 20:48:01 +01:00
parent 7744285dc3
commit c4eccd0d93
9 changed files with 268 additions and 32 deletions
+2
View File
@@ -127,6 +127,8 @@ struct uwsgi_python {
char *pymodule_alias[MAX_PYMODULE_ALIAS];
int pymodule_alias_cnt;
int pep3333_input;
void (*extension)(void);
};