added --wsgi-env-behaviour for choosing the WSGI environ allocator/destroyer policy

This commit is contained in:
roberto@quantal64
2012-06-02 07:37:52 +02:00
parent ec2889b202
commit c3cbcbb0d5
3 changed files with 67 additions and 10 deletions
+5
View File
@@ -168,6 +168,11 @@ struct uwsgi_python {
PyObject *embedded_dict;
PyObject *embedded_args;
char *wsgi_env_behaviour;
void *(*wsgi_env_create)(struct wsgi_request *, struct uwsgi_app *);
void (*wsgi_env_destroy)(struct wsgi_request *);
int pep3333_input;