What steps will reproduce the problem? https://hg.prosody.im/0.10/file/0fd63ed1f647/plugins/mod_http_files.lua#l147 cache[orig_path] = { ... } should be cache:set(orig_path, { ... })
Fixed in https://hg.prosody.im/0.10/rev/861a7d6c12d8
What steps will reproduce the problem? https://hg.prosody.im/0.10/file/0fd63ed1f647/plugins/mod_http_files.lua#l147 cache[orig_path] = { ... } should be cache:set(orig_path, { ... })
Fixed in https://hg.prosody.im/0.10/rev/861a7d6c12d8
Changes