mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 06:31:58 +00:00
mark route() requests
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user