Changeset

5491:55faa2fd5549

Merge backout
author Matthew Wild <mwild1@gmail.com>
date Thu, 18 Apr 2013 00:40:09 +0100
parents 5488:0880a079d830 (current diff) 5490:ab821566ede8 (diff)
children 5492:5d0cc5de5c51
files net/server_select.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/net/server_select.lua	Thu Apr 18 00:08:58 2013 +0100
+++ b/net/server_select.lua	Thu Apr 18 00:40:09 2013 +0100
@@ -551,6 +551,9 @@
 						handler.readbuffer = _readbuffer	-- when handshake is done, replace the handshake function with regular functions
 						handler.sendbuffer = _sendbuffer
 						_ = status and status( handler, "ssl-handshake-complete" )
+						if self.autostart_ssl and listeners.onconnect then
+							listeners.onconnect(self);
+						end
 						_readlistlen = addsocket(_readlist, client, _readlistlen)
 						return true
 					else