mod_c2s: Update a comment to reflect Direct TLS

This commit is contained in:
Kim Alvefur 2021-06-20 18:14:18 +02:00
parent 99dcf5d9f7
commit 807c78400f

View file

@ -287,7 +287,7 @@ function listener.onconnect(conn)
session.log("info", "Client connected");
-- Client is using legacy SSL (otherwise mod_tls sets this flag)
-- Client is using Direct TLS or legacy SSL (otherwise mod_tls sets this flag)
if conn:ssl() then
session.secure = true;
session.encrypted = true;