Avoid uneven LUA assignments
This commit is contained in:
parent
69a67acf34
commit
3930032410
@ -481,7 +481,7 @@ end
|
|||||||
while running == true do
|
while running == true do
|
||||||
--accept new connections and select active clients
|
--accept new connections and select active clients
|
||||||
local fd = l:accept()
|
local fd = l:accept()
|
||||||
local buffer, inputbuffer, responsebuffer = ""
|
local buffer, inputbuffer, responsebuffer = "", "", ""
|
||||||
while fd >= 0 and running == true do
|
while fd >= 0 and running == true do
|
||||||
|
|
||||||
-- handle read mode
|
-- handle read mode
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user