Merge backout
authorMatthew Wild <mwild1@gmail.com>
Thu, 18 Apr 2013 00:40:09 +0100
changeset 5491 55faa2fd5549
parent 5488 0880a079d830 (current diff)
parent 5490 ab821566ede8 (diff)
child 5492 5d0cc5de5c51
Merge backout
net/server_select.lua
--- 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