Skip to content

feat: add support for compression level -2 (HuffmanOnly) #14

@kruskall

Description

@kruskall

The docappender is rejecting -2 as a value for CompressionLevel despite it being a valid value for gzip compression in the standard library.

The validation logic should be updated to accept -2:

if cfg.CompressionLevel < -1 || cfg.CompressionLevel > 9 {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions