summaryrefslogtreecommitdiffhomepage
path: root/libs/httpd
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-01 18:13:02 +0000
committerSteven Barth <steven@midlink.org>2008-07-01 18:13:02 +0000
commitb5204f0887b60a8a794f2c709f07861bfc9947a6 (patch)
treebe1d58a788b385b422cbf112f0608df29eb70366 /libs/httpd
parent77c7cc65965203e0c2c87bfc37c250e9872872fa (diff)
* libs/httpd: Fixed last commit
Diffstat (limited to 'libs/httpd')
-rw-r--r--libs/httpd/luasrc/httpd.lua1
1 files changed, 0 insertions, 1 deletions
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()