Software / code / prosody
File
plugins/mod_posix.lua @ 13776:977415e0122d 13.0
mod_http_file_share: Improve error reporting by using util.error more
This should pass back the error message as well as the status code to
the client.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 16 Mar 2025 15:20:45 +0100 |
| parent | 13461:c673ff1075bd |
line wrap: on
line source
-- Prosody IM -- Copyright (C) 2008-2010 Matthew Wild -- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- module:set_global(); -- we're a global module -- TODO delete this whole concept