| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
type if no socket type argument given. (Argument must be given for non-TCP)
|
| |
|
| |
|
| |
|
|
|
|
| |
wrapconnection call on failure
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
data in the buffer (we'll now let sendbuffer() take care of that) (thanks daurnimator)
|
| |
| |
| |
| | |
default (disconnect) behaviour
|
| | |
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
(Thanks elghinn)
|
|\| |
|
| | |
|
| |
| |
| |
| | |
actually detected
|
|/ |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
select loop (which makes util.timer the only timer using server_select._addtimer).
|
|/ |
|
| |
|
|
|
|
| |
like server_event
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
handler:close() or handler:force_close() - fixes cases where ondisconnect() could be called multiple times for the same connection, leading to issues with s2sout retry logic.
|
|
|
|
| |
always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed)
|
|
|
|
| |
wasn't working anyway)
|
|
|
|
| |
ourselves (fixes HTTP session hoarding, thanks Maranda)
|
|
|
|
| |
Zash)
|
|
|
|
| |
these three modules. server.addtimer() is no longer a public function (renamed to _addtimer) and is not available at all from server_event (compat code removed to prevent traceback) (thanks Nulani)
|
| |
|
|
|
|
| |
setup to avoid a traceback (#262) (thanks Maranda)
|
| |
|