File

.busted @ 10323:73938168681c

net.http.server: Ensure HEAD requests are sent with empty body
author Kim Alvefur <zash@zash.se>
date Sat, 12 Oct 2019 18:27:02 +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";
  };
}