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

Switch to MultiGzDecoder #560

Merged
merged 3 commits into from
Nov 26, 2022
Merged

Switch to MultiGzDecoder #560

merged 3 commits into from
Nov 26, 2022

Commits on Oct 18, 2022

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

Commits on Nov 25, 2022

  1. Switch to MultiGzDecoder

    This is more correct, since all gzip streams can consist of multiple members. It
    has the happy side effect that it causes gzipped responses to reliably return
    their streams to the pool.
    jsha committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    2e6782f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Config-gate gzip test

    jsha committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    56ea89e View commit details
    Browse the repository at this point in the history