net.server_select: Don't call onconnect twice on SSL connections
authorKim Alvefur <zash@zash.se>
Wed, 17 Apr 2013 17:10:04 +0000 (19:10 +0200)
committerKim Alvefur <zash@zash.se>
Wed, 17 Apr 2013 17:10:04 +0000 (19:10 +0200)
net/server_select.lua

index 8ce9eed29685e328650434e040342ecbe2018def..f123f4b76cb14c6eb691af51eb715fe58c9f9ecb 100644 (file)
@@ -551,9 +551,6 @@ wrapconnection = function( server, listeners, socket, ip, serverport, clientport
                                                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