mod_websocket: Log state of cross domain set after changing it

This commit is contained in:
Kim Alvefur 2017-04-03 17:14:34 +02:00
parent 32e5f29192
commit 221809ea04

View file

@ -334,6 +334,7 @@ function module.add_host(module)
-- This might be weird with random load order
local_cross_domain:exclude(cross_domain);
cross_domain:include(local_cross_domain);
module:log("debug", "cross_domain = %s", cross_domain);
function module.unload()
cross_domain:exclude(local_cross_domain);
end