File

spec/util_poll_spec.lua @ 10307:6a997f0ceba8

net.server_epoll: Log TLS version and cipher for all completed handshakes The similar logging in mod_c2s and mod_s2s does not cover all connections, like HTTPS or other Direct TLS ports.
author Kim Alvefur <zash@zash.se>
date Sun, 06 Oct 2019 16:23:43 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

describe("util.poll", function ()
	it("loads", function ()
		require "util.poll"
	end);
end);