File

.busted @ 12483:988a3a7e1f35

mod_tls: tell network backend to stop reading while preparing TLS
author Jonas Schäfer <jonas@wielicki.name>
date Sat, 02 Apr 2022 11:18:57 +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";
  };
}