mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
net.server_epoll: Ignore unused self argument [luacheck]
This commit is contained in:
parent
79b375cb53
commit
2feedcb7d6
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ local function link(from, to, read_size)
|
|||
self:pause();
|
||||
to:write(data);
|
||||
end
|
||||
function to:ondrain()
|
||||
function to:ondrain() -- luacheck: ignore 212/self
|
||||
from:resume();
|
||||
end
|
||||
from:set_mode(read_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue