* libs/httpd: Fixed last commit

This commit is contained in:
Steven Barth 2008-07-01 18:13:02 +00:00
parent 77c7cc6596
commit b5204f0887

View file

@ -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()