File

.busted @ 11371:73f7acf8a61f

net.http.server: Enable async during HTTP request handling (fixes #1487)
author Kim Alvefur <zash@zash.se>
date Sun, 12 Jul 2020 20:31:31 +0200 (2020-07-12)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}