Commit 5a6975b3 authored by devsaurus's avatar devsaurus
Browse files

remove superfluous collectgarbage()

parent 547ebdf3
......@@ -27,6 +27,5 @@ srv:listen(80,function(conn)
buf = buf.."<option".._on..">ON</opton><option".._off..">OFF</option></select></form>";
client:send(buf);
client:close();
collectgarbage();
end)
end)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment