mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-31 16:39:06 +08:00
Eliminate some TODOs
This commit is contained in:
@ -68,7 +68,7 @@ func (enc *Encode) Provision(ctx caddy.Context) error {
|
||||
return err
|
||||
}
|
||||
}
|
||||
enc.EncodingsRaw = nil // allow GC to deallocate - TODO: Does this help?
|
||||
enc.EncodingsRaw = nil // allow GC to deallocate
|
||||
|
||||
if enc.MinLength == 0 {
|
||||
enc.MinLength = defaultMinLength
|
||||
|
Reference in New Issue
Block a user