various async optimizations and routing python examples

This commit is contained in:
roberto@mrspurr
2010-12-04 13:43:12 +01:00
parent 47801964c4
commit 2f970ce585
16 changed files with 587 additions and 195 deletions
+1
View File
@@ -5,6 +5,7 @@ extern struct uwsgi_python up;
int manage_python_response(struct wsgi_request *wsgi_req) {
// use standard WSGI response parse
wsgi_req->switches++;
return uwsgi_response_subhandler_wsgi(wsgi_req);
}