| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
heisenbug
|
| |
|
| |
|
| |
|
|
|
|
| |
within callbacks, fixed in luaevent
|
| |
|
| |
|
|
|
|
| |
traceback on paths starting with '//').
|
| |
|
|
|
|
| |
slash
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
working (as for HTTPS)
|
|
|
|
| |
onconnect when appropriate (to match server_select)
|
|
|
|
| |
wasn't working anyway)
|
|
|
|
| |
ourselves (fixes HTTP session hoarding, thanks Maranda)
|
|
|
|
| |
Zash)
|
| |
|
|
|
|
| |
request.url.query when present)
|
|
|
|
| |
guiltlessly rant about people who do.
|
| |
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
response.body
|
|
|
|
| |
send_response
|
| |
|
|
|
|
| |
removed net.httpserver)
|
|
|
|
| |
mod_http, see http://prosody.im/doc/developers/http )
|
|
|
|
| |
otherwise... fail. It's 2012.
|
| |
|
|
|
|
| |
specify where to direct requests for unknown HTTP vhosts
|
| |
|
| |
|
|
|
|
| |
failures
|
| |
|
|
|
|
| |
so that all modules can benefit
|
|\ |
|