remove superfluous collectgarbage()
This commit is contained in:
parent
547ebdf3ff
commit
5a6975b343
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue