mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-16 21:56:40 -05:00
fix tests
This commit is contained in:
parent
8c803b503c
commit
d26cd24a11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue