Skip to content
Snippets Groups Projects
Unverified Commit 39948696 authored by Bob Callaway's avatar Bob Callaway Committed by GitHub
Browse files

GRPC calls now use request-specific context (#78)


After #77, we have one global GRPC channel for the entire process. This
change causes each GRPC call to be made on the incoming HTTP request's
context such that if an HTTP client cancels prematurely, we will handle
the GRPC cleanup appropriately.

Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
parent cc6e7af0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment