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

This commit is contained in:
刘祥超
2023-08-02 15:09:58 +08:00
parent a2a33a65e8
commit 10db4e3ccd

View File

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