mirror of
https://github.com/luapower/mysql.git
synced 2025-07-08 19:30:35 +02:00
unimportant
This commit is contained in:
@ -829,7 +829,7 @@ local function recv(self, sz)
|
||||
self.buf = buf
|
||||
end
|
||||
local buf = buf(sz)
|
||||
check_io(self, self.tcp:recvall(buf, sz))
|
||||
check_io(self, self.tcp:recvn(buf, sz))
|
||||
local i = 0
|
||||
return function(n, err)
|
||||
n = n or sz-i
|
||||
|
Reference in New Issue
Block a user