mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-23 15:10:25 +08:00
优化WAF关闭连接操作
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user