prosody
log
graph
tags
bookmarks
branches
4fd6a020d0d8
browse
changeset
net/server_select.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
net/server_select.lua @ 4983:
4fd6a020d0d8
less
more
|
(0)
-30
-10
-6
tip
description
author
age
net.server_select: Remove unused variables and imports
Matthew Wild
Sun, 22 Jul 2012 23:41:33 +0100
net.server_select: Remove extraneous variable
Matthew Wild
Sun, 22 Jul 2012 23:39:27 +0100
net.server_select: Never call ondisconnect() directly, go via 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.
Matthew Wild
Sun, 22 Jul 2012 22:12:17 +0100
net.server_select, net.server_event: Change semantics of conn:close() - always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed)
Matthew Wild
Sun, 22 Jul 2012 16:54:33 +0100
net.server_select: Don't close client connections when closing a server (it wasn't working anyway)
Matthew Wild
Wed, 23 May 2012 02:20:32 +0100
net.server_select: Call ondisconnect handler, even if we closed the socket ourselves (fixes HTTP session hoarding, thanks Maranda)
Matthew Wild
Wed, 23 May 2012 02:19:11 +0100
less
more
|
(0)
-30
-10
-6
tip