Always wait for all ops to finish

pull/1369/head
Craig Tiller 10 years ago
parent 2ea37fd2ce
commit 60de66cf7d
  1. 1
      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++) {

Loading…
Cancel
Save