X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Fhttpd%2Fluasrc%2Fhttpd.lua;h=dbbe4c606de21868f0f79d25c38676281bf0bdc8;hb=b5204f0887b60a8a794f2c709f07861bfc9947a6;hp=ac6e29216b966c0403545cf09f5b249a079471e7;hpb=77c7cc65965203e0c2c87bfc37c250e9872872fa;p=project%2Fluci.git diff --git a/libs/httpd/luasrc/httpd.lua b/libs/httpd/luasrc/httpd.lua index ac6e29216b..dbbe4c606d 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()