Mercurial > prosody-hg
diff net/server_select.lua @ 5491:55faa2fd5549
Merge backout
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 18 Apr 2013 00:40:09 +0100 |
| parents | bcf27dbef6c6 ab821566ede8 |
| children | 5d0cc5de5c51 |
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
