优化WAF关闭连接操作

This commit is contained in:
刘祥超
2021-09-29 11:06:00 +08:00
parent a1aa2b9224
commit 3bf94bc032
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
}