Authored by chunhua.zhang

add

... ... @@ -41,7 +41,7 @@ end
---- degrade
function do_degrade()
local method = http_request.get_req_param("method")
local method = http_request.get_method()
if limit_ip_config and limit_ip_config.degrade_methods then
if contains(limit_ip_config.degrade_methods,method) then
... ...