From 04fa96b7c0abba4d7cca03ed12ff3b65b3912e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 13 Aug 2022 01:23:32 +0800 Subject: fix #1431 --- meta/3rd/OpenResty/library/resty/upload.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/3rd/OpenResty/library/resty/upload.lua (limited to 'meta/3rd/OpenResty/library/resty/upload.lua') diff --git a/meta/3rd/OpenResty/library/resty/upload.lua b/meta/3rd/OpenResty/library/resty/upload.lua new file mode 100644 index 00000000..505bf766 --- /dev/null +++ b/meta/3rd/OpenResty/library/resty/upload.lua @@ -0,0 +1,7 @@ +---@meta +resty_upload={} +function resty_upload.read(self) end +function resty_upload.set_timeout(self, timeout) end +resty_upload._VERSION="0.10" +function resty_upload.new(self, chunk_size, max_line_size) end +return resty_upload \ No newline at end of file -- cgit v1.2.3