reintroduce modifier1 30

This commit is contained in:
roberto@mrspurr
2011-03-19 17:03:00 +01:00
parent 5798b824c0
commit 22de5b523e
+3
View File
@@ -130,6 +130,9 @@ int uwsgi_python_init() {
uwsgi_log("Python main interpreter initialized at %p\n", up.main_thread);
// add the hacky modifier1 30
uwsgi.p[30]->request = uwsgi.p[0]->request;
return 1;
}