summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty/limit/conn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/limit/conn.lua')
m---------meta/3rd/OpenResty0
-rw-r--r--meta/3rd/OpenResty/library/resty/limit/conn.lua11
2 files changed, 0 insertions, 11 deletions
diff --git a/meta/3rd/OpenResty b/meta/3rd/OpenResty
new file mode 160000
+Subproject 3bec36f0f645bb38b3c8208990d5c36feb66ce3
diff --git a/meta/3rd/OpenResty/library/resty/limit/conn.lua b/meta/3rd/OpenResty/library/resty/limit/conn.lua
deleted file mode 100644
index e68c3356..00000000
--- a/meta/3rd/OpenResty/library/resty/limit/conn.lua
+++ /dev/null
@@ -1,11 +0,0 @@
----@meta
-resty_limit_conn={}
-function resty_limit_conn.set_conn(self, conn) end
-function resty_limit_conn.uncommit(self, key) end
-function resty_limit_conn.is_committed(self) end
-function resty_limit_conn.new(dict_name, max, burst, default_conn_delay) end
-function resty_limit_conn.set_burst(self, burst) end
-function resty_limit_conn.leaving(self, key, req_latency) end
-function resty_limit_conn.incoming(self, key, commit) end
-resty_limit_conn._VERSION="0.06"
-return resty_limit_conn \ No newline at end of file