File

.busted @ 10396:3278f2a31a0a

net.http.server: Treat promise rejection without value as a HTTP 500 error
author Kim Alvefur <zash@zash.se>
date Tue, 05 Nov 2019 01:34:13 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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