You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gzip refuses to compress files that aren't "normal" such as devices, fifos, sockets, symlinks, etc. zstd tries to compress them anyway, which can lead to odd behavior such as hanging when it's a fifo, reading forever when it's /dev/zero, etc etc.