aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-24 13:14:06 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-24 13:14:06 -0700
commit60de66cf7da81585038ad6afa1c857b3f6e3b70c (patch)
treef3c66829378ddc82e1f6797a35c8e62cbb46a2ac /src
parent2ea37fd2ce9046ccf2a0b89ba43c93d8fe80408a (diff)
Always wait for all ops to finish
Diffstat (limited to 'src')
-rw-r--r--src/core/surface/call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index 8eee67bb83..2f5bd94cff 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -529,7 +529,6 @@ static void finish_live_ioreq_op(grpc_call *call, grpc_ioreq_op op,
master->complete_mask |= 1u << op;
if (status != GRPC_OP_OK) {
master->status = status;
- master->complete_mask = master->need_mask;
}
if (master->complete_mask == master->need_mask) {
for (i = 0; i < GRPC_IOREQ_OP_COUNT; i++) {