From 7f004c5d6d86bf45d032cea582ef39f65f0b4b3e Mon Sep 17 00:00:00 2001 From: Unbit Date: Thu, 12 Dec 2013 13:34:25 +0100 Subject: [PATCH] removed async_force_again from lua --- plugins/lua/lua_plugin.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/lua/lua_plugin.c b/plugins/lua/lua_plugin.c index ed1ca2d0..02774bba 100644 --- a/plugins/lua/lua_plugin.c +++ b/plugins/lua/lua_plugin.c @@ -278,9 +278,6 @@ static int uwsgi_api_async_sleep(lua_State *L) { if (timeout >= 0) { async_add_timeout(wsgi_req, timeout); } - - wsgi_req->async_force_again = 1; - end: lua_pushnil(L); return 1;