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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃搨 Add option for gzip_compression_level for Rack::Deflater. #1734

Closed

Commits on Jan 27, 2021

  1. 馃搨 Add option for gzip_compression_level for Rack::Deflater.

    `:gzip_compression_level ::` An integer from 0 to 9 controlling the
    level of compression; 1 is fastest and produces the least compression,
    and 9 is slowest and produces the most compression. 0 is no compression.
    The default is 6. This is only needed for the `gzip` type encoding.
    bayleedev committed Jan 27, 2021
    Copy the full SHA
    72e1824 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    572fe62 View commit details
    Browse the repository at this point in the history