mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-27 01:50:30 +08:00
WAF多个相同Key的cc2统计规则不再重复累加
This commit is contained in:
@@ -13,5 +13,5 @@ func TestResponseHeaderCheckpoint_ResponseValue(t *testing.T) {
|
||||
resp.Header.Set("Hello", "World")
|
||||
|
||||
checkpoint := new(ResponseHeaderCheckpoint)
|
||||
t.Log(checkpoint.ResponseValue(nil, resp, "Hello", nil))
|
||||
t.Log(checkpoint.ResponseValue(nil, resp, "Hello", nil, 1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user