fix typos
This commit is contained in:
parent
8434492b18
commit
6e3705a6df
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
local function webfingerInit(cfg)
|
local function searchInit(cfg)
|
||||||
return {} -- no ctx
|
return {} -- no ctx
|
||||||
end
|
end
|
||||||
|
|
||||||
local function webfingerCallback(cfg, _ctx)
|
local function searchCallback(cfg, _ctx)
|
||||||
local h, err = ngx.req.get_headers()
|
local h, err = ngx.req.get_headers()
|
||||||
|
|
||||||
if err == "truncated" then
|
if err == "truncated" then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue