修复WAF的一处测试用例无法工作的问题

This commit is contained in:
GoEdgeLab
2023-08-02 15:09:58 +08:00
parent cc763de221
commit f60a2845f3

View File

@@ -84,3 +84,7 @@ func (this *TestRequest) WAFFingerprint() []byte {
func (this *TestRequest) DisableAccessLog() {
}
func (this *TestRequest) ProcessResponseHeaders(headers http.Header, status int) {
}