Files
mostlymatter/app/extract_plugin_tar_test.go
Jesse Hallam 4f0f038e0b MM-35945: handle lots of files in ExtractTarGz (#17669)
* MM-35945: handle lots of files in ExtractTarGz

`ExtractTarGz` can fail on archives with a largish number or files, complaining about too many open file handles. Clean up as we go to avoid this.

Fixes: https://mattermost.atlassian.net/browse/MM-35945

* use closure to allow defer
2021-05-25 22:00:57 -03:00

4.3 KiB