File

spec/util_poll_spec.lua @ 11011:c079103c9172

mod_proxy65: Log invalid greetings escaped instead of as base64 Makes it easier to see human-readable parts and thus identifying the garbage. Also consistent with mod_c2s and others.
author Kim Alvefur <zash@zash.se>
date Thu, 16 Jul 2020 10:26:36 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

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