fixed stackless support

This commit is contained in:
roberto@mrspurr
2011-03-18 08:14:12 +01:00
parent b9f4d57d67
commit a61d48a451
5 changed files with 7 additions and 16 deletions
-1
View File
@@ -5,7 +5,6 @@ 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);
}