Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double compress when compression enabled and compressed file exists #8014

Merged
merged 3 commits into from
Jan 11, 2024

Commits on Jan 9, 2024

  1. Fix double compress when compression enabled and compressed file exists

    If the handler has `.enable_compression` set and we use the pre-compressed
    .gz we would compress twice. The caller may not know if the `.gz` file
    exists or not or have a mixed use case where some files are
    pre-compressed and some are compressed on the fly based if they have
    limited storage
    
    fixes #8011
    bdraco committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6c11675 View commit details
    Browse the repository at this point in the history
  2. timeline

    bdraco committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f555b07 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    0965604 View commit details
    Browse the repository at this point in the history