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

Changing the compression level in GZipMiddleware #730

Closed
wants to merge 2 commits into from
Closed

Changing the compression level in GZipMiddleware #730

wants to merge 2 commits into from

Commits on Nov 22, 2019

  1. Adding the ability to change the compression level. By default, pytho…

    …n gzip.GzipFile compresslevel is 9. This commit saves the behavior of the standard library, but allows you to override compresslevel. High values are not recommended for streaming compression.
    bronekot committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    5870db4 View commit details
    Browse the repository at this point in the history
  2. lint

    bronekot committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    1128338 View commit details
    Browse the repository at this point in the history