File

.busted @ 9379:866cba3689f4

net.http.server: Delay host checks until after host-less event This allows handling events without any hosts enabled.
author Kim Alvefur <zash@zash.se>
date Sun, 23 Sep 2018 18:59:04 +0200
parent 9374:a1a39d395260
child 9452:9d892b2415bf
line wrap: on
line source

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