From 10db4e3ccd96a0da95422c4cda83d467d4df334d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Wed, 2 Aug 2023 15:09:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DWAF=E7=9A=84=E4=B8=80?= =?UTF-8?q?=E5=A4=84=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/waf/requests/test_request.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/waf/requests/test_request.go b/internal/waf/requests/test_request.go index 2482bf9..a9e2810 100644 --- a/internal/waf/requests/test_request.go +++ b/internal/waf/requests/test_request.go @@ -84,3 +84,7 @@ func (this *TestRequest) WAFFingerprint() []byte { func (this *TestRequest) DisableAccessLog() { } + +func (this *TestRequest) ProcessResponseHeaders(headers http.Header, status int) { + +}