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 decompression #476

Closed
wants to merge 17 commits into from
Closed

Gzip decompression #476

wants to merge 17 commits into from

Commits on Oct 15, 2020

  1. Handle gzip compressed messages

    vbfox committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    0d457d3 View commit details
    Browse the repository at this point in the history
  2. fmt

    vbfox committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    3f26526 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7168646 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Bench decode with gzip

    vbfox committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    1500dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97afb0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16777d2 View commit details
    Browse the repository at this point in the history
  4. Add compression (on responses)

    vbfox committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f8dd33f View commit details
    Browse the repository at this point in the history
  5. fmt

    vbfox committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    17609bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a14b4c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c32f810 View commit details
    Browse the repository at this point in the history
  8. fmt

    vbfox committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    6357303 View commit details
    Browse the repository at this point in the history
  9. Match go decompression error

    vbfox committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c2e315c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Resolve compressor at start

    vbfox committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f1a63f0 View commit details
    Browse the repository at this point in the history
  2. fmt

    vbfox committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    89a61a8 View commit details
    Browse the repository at this point in the history
  3. Fix bench build

    vbfox committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    d92ce87 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Don't compress on errors

    vbfox committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    1666664 View commit details
    Browse the repository at this point in the history
  2. Use a more conservative approach to response compression

    Similar to what grpc-go does, as otherwise it breaks grpc-web
    vbfox committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7555d3e View commit details
    Browse the repository at this point in the history