Skip to content
Snippets Groups Projects
Commit 33dfad1f authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures

parents 0b093414 fb27caca
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment