diff options
author | Steven Barth <steven@midlink.org> | 2008-07-01 18:13:02 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-01 18:13:02 +0000 |
commit | b5204f0887b60a8a794f2c709f07861bfc9947a6 (patch) | |
tree | be1d58a788b385b422cbf112f0608df29eb70366 /libs/httpd | |
parent | 77c7cc65965203e0c2c87bfc37c250e9872872fa (diff) |
* libs/httpd: Fixed last commit
Diffstat (limited to 'libs/httpd')
-rw-r--r-- | libs/httpd/luasrc/httpd.lua | 1 |
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() |