File

.busted @ 11185:409ce7686c11

net.http: Add support for streaming chunked/large responses
author Matthew Wild <mwild1@gmail.com>
date Wed, 21 Oct 2020 10:40:11 +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";
  };
}