mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 12:41:38 +00:00
added --wsgi-env-behaviour for choosing the WSGI environ allocator/destroyer policy
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user