暂时取消GET302和POST307的迟滞

This commit is contained in:
GoEdgeLab
2023-03-07 08:51:39 +08:00
parent 728e812350
commit f11d7a62b5
2 changed files with 1 additions and 7 deletions

View File

@@ -99,8 +99,5 @@ func (this *Post307Action) Perform(waf *WAF, group *RuleGroup, set *RuleSet, req
flusher.Flush()
}
// 迟滞访问
time.Sleep(1 * time.Second)
return false, false
}