fixed async mode when multiple fds are in place

This commit is contained in:
Roberto De Ioris
2013-01-22 18:31:37 +01:00
parent fc80eeb581
commit 18592fb2bd
+1
View File
@@ -405,6 +405,7 @@ void async_loop() {
// put the request in the runqueue again
runqueue_push(uwsgi.wsgi_req);
break;
}
}