* Fixed last commit
This commit is contained in:
parent
62c61045d8
commit
50039c134e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function cosend(socket, chunk, i, ...)
|
||||||
threadi[socket] = false
|
threadi[socket] = false
|
||||||
return stat, err, sent
|
return stat, err, sent
|
||||||
else
|
else
|
||||||
i = sent and (sent + 1) or 1
|
i = sent and (sent + 1) or i
|
||||||
end
|
end
|
||||||
|
|
||||||
coroutine.yield()
|
coroutine.yield()
|
||||||
|
|
Loading…
Reference in a new issue