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

Add compresslevel to GZipMiddleware #1128

Merged
merged 7 commits into from Jun 11, 2021
Merged

Add compresslevel to GZipMiddleware #1128

merged 7 commits into from Jun 11, 2021

Commits on Jan 24, 2021

  1. Add compresslevel to GZipMiddleware

    Current default level = 9
    New default level = 1
    
    Documentation gzip: https://docs.python.org/3/library/gzip.html
    Benchmarks: https://tukaani.org/lzma/benchmarks.html
    
    Reformate code
    
    Default compress level in gzip now = 9
    andamound committed Jan 24, 2021
    Copy the full SHA
    d38ffa7 View commit details
    Browse the repository at this point in the history
  2. Add compresslevel to GZipMiddleware

    Default level = 9
    
    Documentation gzip: https://docs.python.org/3/library/gzip.html
    Benchmarks: https://tukaani.org/lzma/benchmarks.html
    
    Reformate code
    
    Default compress level in gzip now = 9
    andamound committed Jan 24, 2021
    Copy the full SHA
    d82483e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a725837 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Copy the full SHA
    42972d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Copy the full SHA
    07a5d98 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Copy the full SHA
    747747f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6335b29 View commit details
    Browse the repository at this point in the history