diff options
author | Craig Tiller <ctiller@google.com> | 2015-04-24 13:14:06 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-04-24 13:14:06 -0700 |
commit | 60de66cf7da81585038ad6afa1c857b3f6e3b70c (patch) | |
tree | f3c66829378ddc82e1f6797a35c8e62cbb46a2ac | |
parent | 2ea37fd2ce9046ccf2a0b89ba43c93d8fe80408a (diff) |
Always wait for all ops to finish
-rw-r--r-- | src/core/surface/call.c | 1 |
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++) { |