* Fixed last commit

This commit is contained in:
Steven Barth 2008-06-29 14:57:30 +00:00
parent 62c61045d8
commit 50039c134e

View file

@ -66,7 +66,7 @@ function cosend(socket, chunk, i, ...)
threadi[socket] = false
return stat, err, sent
else
i = sent and (sent + 1) or 1
i = sent and (sent + 1) or i
end
coroutine.yield()