Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New features * Added optional support for brotli content encoding #88 (Sabastian Nagel) * Added HttpMessage.bodyDecoded() #88 (Sabastian Nagel) * WarcTool: Added `dedupe` subcommand * DedupeTool: Added --verbose option and silenced default logging Bugs fixed * GunzipChannel: Fixed incorrect record length calculation when gzip footer aligns with the end of the buffer * ValidateTool: Fixed digest validation #87 (Sabastian Nagel) * DedupeTool: Used matchType=exact to properly handle CDX queries for URLs ending with `*` * DedupeTool: Fixed record copying when transferTo copies fewer bytes than requested * DedupeTool: Prevented appending of an empty gzip member when no records were deduplicated * DedupeTool: Fixed exception when input files are in the current working directory
- Loading branch information