diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.balancer.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/ngx.balancer.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.balancer.lua b/meta/3rd/OpenResty/library/ngx.balancer.lua index c3d00627..6a103a26 100644 --- a/meta/3rd/OpenResty/library/ngx.balancer.lua +++ b/meta/3rd/OpenResty/library/ngx.balancer.lua @@ -43,8 +43,6 @@ function balancer.set_current_peer(addr, port) end --- --- For the best performance, you should use the OpenResty bundle. --- ---- This function was first added in the 0.1.7 version of this library. ---- ---@param connect_timeout? number ---@param send_timeout? number ---@param read_timeout? number @@ -113,8 +111,6 @@ function balancer.set_more_tries(count) end --- should be made only if you know the request buffer must be regenerated, --- instead of unconditionally in each balancer retries. --- ---- This function was first added in the 0.1.20 version of this library. ---- ---@return boolean ok ---@return string? error function balancer.recreate_request() end |