pull/25858/head^2
apolcyn 4 years ago committed by GitHub
parent c3e852b06f
commit 5e03e95c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/filters/client_channel/retry_filter.cc

@ -1726,7 +1726,7 @@ void RetryFilter::CallData::OnComplete(void* arg, grpc_error* error) {
// Don't need batch_data anymore.
batch_data->Unref();
// Schedule all of the closures identified above.
// Note: This yeilds the call combiner.
// Note: This yields the call combiner.
closures.RunClosures(call->call_combiner_);
// If this was the last subchannel send batch, unref the call stack.
if (last_send_batch_complete) {

Loading…
Cancel
Save