Authored by chunhua.zhang

add

... ... @@ -203,7 +203,7 @@ function main()
ngx.log(ngx.ERR, "call method [check_malIp] failed.", errMsg)
end
status, errMsg = pcall(rate_limit_perIP)
status, errMsg = pcall(rate_limit_perIPMethod)
if not status then
ngx.log(ngx.ERR, "call method [rate_limit perIp] failed.", errMsg)
end
... ...