removed async_force_again from lua

This commit is contained in:
Unbit
2013-12-12 13:34:25 +01:00
parent 13e7b53c54
commit 7f004c5d6d
-3
View File
@@ -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;