WAF:优化get302/post307代码

This commit is contained in:
GoEdgeLab
2021-12-19 18:54:43 +08:00
parent d83f1bcb8b
commit d662c96cfd
2 changed files with 2 additions and 3 deletions

View File

@@ -90,5 +90,5 @@ func (this *Post307Action) Perform(waf *WAF, group *RuleGroup, set *RuleSet, req
_ = this.CloseConn(writer)
}
return true
return false
}