Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures

pull/8705/head
Craig Tiller 8 years ago
commit 33dfad1fbc
  1. 2
      src/core/lib/iomgr/tcp_uv.c

@ -244,7 +244,7 @@ static void uv_endpoint_write(grpc_exec_ctx *exec_ctx, grpc_endpoint *ep,
if (tcp->shutting_down) {
grpc_closure_sched(exec_ctx, cb,
GRPC_ERROR_CREATE("TCP socket is shutting down"), NULL);
GRPC_ERROR_CREATE("TCP socket is shutting down"));
return;
}

Loading…
Cancel
Save