mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
brotli CLI: how to stop continuous compression and write valid file? #528
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @derhuerst on GitHub (Dec 3, 2024).
I'm trying to compress a the data from continuous stream of logs for a certain period of time. At some point, I want the
brotliCLI to stop compressing and write a clean/valid brotli-compressed file.This also doesn't work with
SIGQUIT,SIGTERMandSIGHUP.