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

gRPC server: add ability to reject methods early, before reading the request into memory #377

Merged
merged 6 commits into from
Sep 20, 2023

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    50a9c9c View commit details
    Browse the repository at this point in the history
  2. CHANGELOG entry.

    pstibrany committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f387d39 View commit details
    Browse the repository at this point in the history
  3. Make linter happy.

    pstibrany committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d0d4b93 View commit details
    Browse the repository at this point in the history
  4. Make linter happy.

    pstibrany committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f81f63f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Remove support for global inflight limit, all checks are done using G…

    …rpcInflightMethodLimiter.
    pstibrany committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8ee125b View commit details
    Browse the repository at this point in the history
  2. Remove unused field.

    pstibrany committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cfe2918 View commit details
    Browse the repository at this point in the history