Added handling of watchdog for serving bigger files

This commit is contained in:
IntelliDust 2015-12-03 12:48:27 +01:00
parent 3eecd76908
commit 1b8a1f7750

View File

@ -23,6 +23,7 @@ return function (connection, req, args)
connection:send(chunk)
bytesSent = bytesSent + #chunk
chunk = nil
tmr.wdclr() -- loop can take a while for long files. tmr.wdclr() prevent watchdog to restart module
--print("Sent" .. args.file, bytesSent)
end
end