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

gzip response only if it exceeds a minimal length #2267

Merged
merged 10 commits into from
May 31, 2023

Commits on Sep 9, 2022

  1. gzip response only if it exceeds a minimal length

    If the response is too short, e.g. a few bytes, compressing the
    response makes it even larger. The new parameter MinLength to the
    GzipConfig struct allows to set a threshold (in bytes) as of which
    response size the compression should be applied. If the response
    is shorter, no compression will be applied.
    ioppermann committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    494f701 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    30cbd47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f965387 View commit details
    Browse the repository at this point in the history
  3. Add buffer pool

    ioppermann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7578986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23bbb6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cee2d1d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    c047db7 View commit details
    Browse the repository at this point in the history
  2. Fix golint error

    ioppermann committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4b3680f View commit details
    Browse the repository at this point in the history
  3. Split up tests

    ioppermann committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    684b743 View commit details
    Browse the repository at this point in the history