优化代码

This commit is contained in:
刘祥超
2023-08-08 10:07:24 +08:00
parent cdfc37ac14
commit ae74114fca
8 changed files with 18 additions and 12 deletions

View File

@@ -88,3 +88,7 @@ func (this *TestRequest) DisableAccessLog() {
func (this *TestRequest) ProcessResponseHeaders(headers http.Header, status int) {
}
func (this *TestRequest) WAFMaxRequestSize() int64 {
return 1 << 20
}