aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/server.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/server.lua b/net/server.lua
index ce2c74bb..3be846dc 100644
--- a/net/server.lua
+++ b/net/server.lua
@@ -339,6 +339,9 @@ wrapconnection = function( server, listeners, socket, ip, serverport, clientport
handler.ssl = function( )
return ssl
end
+ handler.sslctx = function ( )
+ return sslctx
+ end
handler.send = function( _, data, i, j )
return send( socket, data, i, j )
end