about summary refs log tree commit diff
path: root/tests/brotli.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-08-06 Require libbrotliEelco Dolstra1-7/+0
2017-12-30 use libbrotli directly when availableWill Dietz1-0/+28
* Look for both 'brotli' and 'bro' as external command, since upstream has renamed it in newer versions. If neither are found, current runtime behavior is preserved: try to find 'bro' on PATH. * Limit amount handed to BrotliEncoderCompressStream to ensure interrupts are processed in a timely manner. Testing shows negligible performance impact. (Other compression sinks don't seem to require this)