| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
handler, in case onconnect sends data and the socket is still writeable (causing stack overflow into sendbuffer()/onconnect())
|
|
|
|
| |
the event loop
|
|
|
|
| |
server.link()... it can cause the last chunk of data to be discarded if shorter than buffersize (thanks to Zash for the debugging)
|
|
|
|
| |
whether the sendbuffer is empty instead
|
|
|
|
| |
well as clients, rather than onincoming. Fixes mod_console traceback, issue #197
|
|
|
|
| |
write before we try and start TLS negotiation (if negotiation fails instantly then we can be left without a handler to use for cleanup) (thanks dersd)
|
|
|
|
| |
indentation level
|
|
|
|
| |
that have data pending in the sendbuffer
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
data (thanks dersd)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
style guidelines, we now have tabs
|
| |
|
|
|
|
| |
message
|
|
|
|
| |
functions - passing a sslctx now indicates you want to use SSL from the start
|
|
|
|
| |
setoption method (LuaSec issue I think)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
length
|
|
|
|
| |
before it closes (thanks Sjoerd Simons)
|
| |
|
| |
|
| |
|
|
|
|
| |
standard syntax
|
|
|