added chdir,setapp and sethome routing actions

This commit is contained in:
Unbit
2013-04-04 11:19:31 +02:00
parent 1b89203932
commit 252e8484a8
2 changed files with 74 additions and 1 deletions
-1
View File
@@ -317,7 +317,6 @@ int uwsgi_request_wsgi(struct wsgi_request *wsgi_req) {
}
}
if ( (wsgi_req->app_id = uwsgi_get_app_id(wsgi_req->appid, wsgi_req->appid_len, 0)) == -1) {
wsgi_req->app_id = uwsgi.default_app;
if (uwsgi.no_default_app) {