Eliminate some TODOs

This commit is contained in:
Matthew Holt
2019-09-14 18:05:45 -06:00
parent e73b117332
commit f15f0d5839
9 changed files with 15 additions and 15 deletions

View File

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