From 18592fb2bd5c0539a5598e6fed266d70fc60fc3c Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Tue, 22 Jan 2013 18:31:37 +0100 Subject: [PATCH] fixed async mode when multiple fds are in place --- core/async.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/async.c b/core/async.c index 5cf9ac3f..85426a08 100644 --- a/core/async.c +++ b/core/async.c @@ -405,6 +405,7 @@ void async_loop() { // put the request in the runqueue again runqueue_push(uwsgi.wsgi_req); + break; } }