| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
|/
|
|
| |
return true to prevent the connection from being closed when a read timeout occurs
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
within callbacks, fixed in luaevent
|
| |
|
| |
|
| |
|
|
|
|
| |
always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed)
|
|
|
|
| |
working (as for HTTPS)
|
|
|
|
| |
onconnect when appropriate (to match server_select)
|
| |
|
|
|
|
| |
rather than ignoring socket-readable events (!), and :resume() to restart the event listener
|
| |
|
|
|
|
| |
listener.onconnect is missing. onincoming's arguments shall always be non-nil.
|
|
|
|
| |
for wantread and wantwrite
|
| |
|
| |
|
|
|
|
| |
server.link()... it can cause the last chunk of data to be discarded if shorter than buffersize (thanks to Zash for the debugging)
|
| |
|
|
|
|
| |
handshake for starttls connections (thanks Flo)
|
| |
|
| |
|
|
|
|
| |
compatibility with server_select (thanks uhoreg)
|
|
|
|
| |
with an intermediate buffer of the specified size
|
|
|
|
| |
for when send buffer is empty
|
|
|
|
| |
for select backend, and add :set_mode() to event backend
|
|
|
|
| |
connections
|
|
|
|
| |
with pre-onconnect listeners (thanks darkrain/mod_console)
|
|
|
|
| |
listener.onincoming
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
incoming connections
|
| |
|
|
|
|
| |
close was initiated by us
|
|
|
|
| |
round-trip count configurable, and bump connect timeout to 20s (thanks Flo)
|
|
|
|
| |
to the new onconnect() - let's change this for a future version though
|
|
|
|
| |
certmanager now does this
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
port multiplexing
|
|
|
|
| |
setoption method (LuaSec issue I think)
|