diff options
Diffstat (limited to 'meta/3rd')
-rw-r--r-- | meta/3rd/OpenResty/library/ngx.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.lua b/meta/3rd/OpenResty/library/ngx.lua index eacf1a66..f8f5eabf 100644 --- a/meta/3rd/OpenResty/library/ngx.lua +++ b/meta/3rd/OpenResty/library/ngx.lua @@ -3510,7 +3510,7 @@ function ngx.redirect(uri, status) end --- ---@param callback fun() ---@return boolean ok ----@return string? error +---@return string|'"lua_check_client_abort is off"'|'"duplicate call"' error function ngx.on_abort(callback) end @@ -4214,7 +4214,7 @@ ngx.resp = {} ---@param max_headers number ---@param raw boolean ---@return table<string, string|string[]> ----@return string? error +---@return string|'"truncated"' error function ngx.resp.get_headers(max_headers, raw) end |