Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/runtime: authorizer should fail-fast on context cancellation
This fixes an infinite loop in AppendService which only stops itself on context.Cancelled, and treats authorization errors as a retry-able condition.
- Loading branch information