From ee2d702555e01109839ac95f6592f10fb51e1415 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 27 Jan 2015 14:09:59 -0800 Subject: [PATCH] Add missing finish --- src/core/surface/call.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/surface/call.c b/src/core/surface/call.c index 6a39d93f057..3362778224f 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -228,6 +228,7 @@ static void finish_finish_step(void *pc, grpc_op_error error) { grpc_call *call = pc; if (error == GRPC_OP_OK) { gpr_mu_lock(&call->mu); + finish_ioreq_op(call, GRPC_IOREQ_SEND_CLOSE, GRPC_OP_OK); start_next_step_and_unlock(call, call->requests[GRPC_IOREQ_SEND_CLOSE].master); } else {