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 support for accessing headers and trailers to streaming calls #171

Merged
merged 4 commits into from
Dec 8, 2023

Commits on Dec 7, 2023

  1. add support for accessing headers and trailers using CompletableDefer…

    …red, which completes when the headers or trailers are received
    jhump committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5e5a061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756c3b0 View commit details
    Browse the repository at this point in the history
  3. review feedback

    jhump committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    371f1c0 View commit details
    Browse the repository at this point in the history
  4. remove racy assertion: trailers could be completing concurrently with…

    … test code, so not safe to assert they are already complete
    jhump committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7a77ef4 View commit details
    Browse the repository at this point in the history