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 option to disable gzip grpc-accept-encoding #349

Merged
merged 8 commits into from
Aug 17, 2022

Commits on Aug 16, 2022

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

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    c7cadb5 View commit details
    Browse the repository at this point in the history
  2. Update dependencies (incl. golangci-lint) (connectrpc#347)

    * Lint on Go 1.19
    
    Unless new syntax is backward-incompatible, we should lint on the most
    recent Go supported Go version. This PR changes lint to run on Go 1.19
    and mechanically reformats comments with `gofmt -s -w .`.
    
    * Use new Godoc links
    
    Where possible, use Go 1.19's new Godoc links to refer to types,
    packages, and external websites.
    
    * Update deps, including golangci-lint
    
    Update to latest golangci-lint (and other deps). Update to fix lint from
    checks that now support generics.
    akshayjshah authored and alexandrem committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    746ef1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca01e7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8589342 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82cb286 View commit details
    Browse the repository at this point in the history
  6. Don't return nil from constructors

    Restructure so that the compression pool constructor doesn't return
    nils. Unless there's an accompanying non-nil error, this makes nil
    pointer dereferences too likely.
    akshayjshah committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    dd0b611 View commit details
    Browse the repository at this point in the history
  7. Add tests

    akshayjshah committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9d2c59f View commit details
    Browse the repository at this point in the history