aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-15 09:47:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-15 09:47:38 -0800
commit34533ca8c9649af15761990b18e4c948a8b82a8b (patch)
tree2b4d79868f876b7d4ec55a9359d81fd886dc885f /src
parentaf638167891a938a45171a35df0223cfe7bae88f (diff)
parent0607671fe53661b5de0d375088d8de6dd2ffbd90 (diff)
Merge pull request #4463 from ctiller/perf_test
Capture latency trace for ping pong during performance runs
Diffstat (limited to 'src')
-rw-r--r--src/core/surface/call.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index 5d064ef00d..a32cb93b34 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -1123,7 +1123,8 @@ static grpc_call_error call_start_batch(grpc_exec_ctx *exec_ctx,
}
gpr_mu_unlock(&call->mu);
post_batch_completion(exec_ctx, bctl);
- return GRPC_CALL_OK;
+ error = GRPC_CALL_OK;
+ goto done;
}
/* rewrite batch ops into a transport op */