# HG changeset patch # User Matthew Wild # Date 1264967782 0 # Node ID a90a00ebae258a6e49fde1fc6cef568c506be503 # Parent 0a65fc0c7beedbc8b85064401573728d4644ffa0 net.server_select: listener.status -> listener.onstatus for consistency diff -r 0a65fc0c7bee -r a90a00ebae25 net/server_select.lua --- a/net/server_select.lua Sun Jan 31 19:54:56 2010 +0000 +++ b/net/server_select.lua Sun Jan 31 19:56:22 2010 +0000 @@ -249,7 +249,7 @@ local ssl local dispatch = listeners.onincoming - local status = listeners.status + local status = listeners.onstatus local disconnect = listeners.ondisconnect local bufferqueue = { } -- buffer array @@ -282,6 +282,7 @@ handler.setlistener = function( self, listeners ) dispatch = listeners.onincoming disconnect = listeners.ondisconnect + status = listeners.onstatus end handler.getstats = function( ) return readtraffic, sendtraffic