remove monitored fd from async queue when in async mode

This commit is contained in:
Roberto De Ioris
2012-10-30 18:31:04 +01:00
parent af61a9e33f
commit d3194ca011
5 changed files with 8 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ extern PyTypeObject uwsgi_InputType;
void *uwsgi_request_subhandler_wsgi(struct wsgi_request *wsgi_req, struct uwsgi_app *wi) {
PyObject *zero;
int i;
PyObject *pydictkey, *pydictvalue;