File

.busted @ 10638:92918212ee83

net.server_epoll: Different error to distinguish connection timeout This mirrors what server_event does.
author Kim Alvefur <zash@zash.se>
date Sat, 01 Feb 2020 00:33:08 +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";
  };
}