.busted
author Kim Alvefur <zash@zash.se>
Sat, 31 Oct 2020 00:33:29 +0100
changeset 11662 36942fa001b4
parent 9968 f299d4917dd8
permissions -rw-r--r--
net.server_epoll: Ensure timeout after closing This should make sure that if there's data left to be written when closing a connection, there's also a timeout so that it doesn't wait forever.

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