优化WAF关闭连接操作

This commit is contained in:
GoEdgeLab
2021-09-29 11:06:00 +08:00
parent f06d3cacb3
commit 593a27604d
4 changed files with 24 additions and 10 deletions

View File

@@ -66,6 +66,10 @@ func (this *TestRequest) WAFServerId() int64 {
return 0
}
// WAFClose 关闭当前请求所在的连接
func (this *TestRequest) WAFClose() {
}
func (this *TestRequest) Format(s string) string {
return s
}