Mercurial > prosody-hg
view teal-src/prosody/util/array.d.tl @ 13946:f5e8ab42c708
mod_http_file_share: Check that files are still there with correct size
Failed uploads can leave behind unused slots. Files shouldn't change
size after they have been successfully uploaded, but might as well
double check it.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 04 Dec 2021 18:56:51 +0100 |
| parents | f20c1c2c73c7 |
| children |
line wrap: on
line source
local record array_t<T> is { T } -- TODO methods end local record lib metamethod __call : function () : array_t -- TODO library functions end return lib
