Changeset

5490:ab821566ede8

Backed out changeset f2631a14b953
author Matthew Wild <mwild1@gmail.com>
date Thu, 18 Apr 2013 00:39:59 +0100
parents 5482:f2631a14b953
children 5491:55faa2fd5549
files net/server_select.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/net/server_select.lua	Wed Apr 17 19:10:04 2013 +0200
+++ b/net/server_select.lua	Thu Apr 18 00:39:59 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