From d26cd24a116e0b0192f8a92e3f42a8c2c5c22271 Mon Sep 17 00:00:00 2001 From: WeidiDeng Date: Thu, 17 Oct 2024 16:36:45 +0800 Subject: [PATCH] fix tests --- modules/caddyhttp/reverseproxy/fastcgi/fastcgi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/caddyhttp/reverseproxy/fastcgi/fastcgi.go b/modules/caddyhttp/reverseproxy/fastcgi/fastcgi.go index 592f2656..1402e0de 100644 --- a/modules/caddyhttp/reverseproxy/fastcgi/fastcgi.go +++ b/modules/caddyhttp/reverseproxy/fastcgi/fastcgi.go @@ -91,7 +91,7 @@ type Transport struct { // total disk storage allowed by the request body buffer FileBufferSizeLimit int64 `json:"file_buffer_size_limit,omitempty"` // the path to store the temporary files for the request body buffer - FileBufferFilepath string `json:"file_buffer_filepath"` + FileBufferFilepath string `json:"file_buffer_filepath,omitempty"` serverSoftware string logger *zap.Logger