mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
f4208459a7
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ local function new_async_socket(sock, resolver)
|
|||
return nil, err;
|
||||
end
|
||||
end
|
||||
if handler.set then
|
||||
-- server_epoll: only watch for incoming data
|
||||
-- avoids sending empty packet on first 'onwritable' event
|
||||
handler:set(true, false);
|
||||
end
|
||||
|
||||
handler.settimeout = function () end
|
||||
handler.setsockname = function (_, ...) return sock:setsockname(...); end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue