caching infrastructure (need optimizations)

This commit is contained in:
roberto@sirius
2010-12-09 19:54:37 +01:00
parent 7d6f93d1cb
commit b75ba73264
13 changed files with 379 additions and 74 deletions
-1
View File
@@ -15,7 +15,6 @@ void *uwsgi_request_subhandler_wsgi(struct wsgi_request *wsgi_req, struct uwsgi_
}
*/
wsgi_socket = PyFile_FromFile(wsgi_req->async_post, "wsgi_input", "r", NULL);
PyDict_SetItemString(wsgi_req->async_environ, "wsgi.input", wsgi_socket);
Py_DECREF(wsgi_socket);