mark route() requests

This commit is contained in:
roberto@oneiric64
2011-11-28 13:58:15 +01:00
parent 5d9c415028
commit 73151729c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2345,7 +2345,7 @@ PyObject *py_uwsgi_route(PyObject * self, PyObject * args) {
ui->func = NULL;
// mark a route request
wsgi_req->status = -1;
wsgi_req->status = -17;
return (PyObject *) ui;
}