| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
instead of EINPROGRESS when the dns lookup has multiple results
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
port API on connections
|
| | | |
|
| | |
| | |
| | |
| | | |
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)
|