File

.busted @ 11623:cce5191a65a7

mod_s2s: Guard against LuaSec not returning TLS info here too See previous commit to mod_c2s: a62146353528
author Kim Alvefur <zash@zash.se>
date Mon, 21 Jun 2021 13:43:40 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}