1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

fix tests

This commit is contained in:
WeidiDeng 2024-10-17 16:36:45 +08:00
parent 8c803b503c
commit d26cd24a11
No known key found for this signature in database
GPG key ID: 25F87CE1741EC7CD

View file

@ -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