Skip to content

gzip_file: prevent a file descriptor leak that will lead to "too many open files" errors

Fun requested to merge therealfun/hiawatha:master into master

This could happen when the process doesn't have permission to the gzipped/ directory (or it doesn't exists).

Merge request reports