From b5204f0887b60a8a794f2c709f07861bfc9947a6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 1 Jul 2008 18:13:02 +0000 Subject: [PATCH] * libs/httpd: Fixed last commit --- libs/httpd/luasrc/httpd.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/httpd/luasrc/httpd.lua b/libs/httpd/luasrc/httpd.lua index ac6e29216..dbbe4c606 100644 --- a/libs/httpd/luasrc/httpd.lua +++ b/libs/httpd/luasrc/httpd.lua @@ -92,7 +92,6 @@ function run() end function step() - print(collectgarbage("count")) local idle = true if not THREAD_LIMIT or threadc < THREAD_LIMIT then local now = os.time() -- 2.11.0