|
|
@ -435,7 +435,6 @@ static void tcp_handle_write(grpc_exec_ctx *exec_ctx, void *arg /* grpc_tcp */, |
|
|
|
if (grpc_tcp_trace) { |
|
|
|
if (grpc_tcp_trace) { |
|
|
|
const char *str = grpc_error_string(error); |
|
|
|
const char *str = grpc_error_string(error); |
|
|
|
gpr_log(GPR_DEBUG, "write: %s", str); |
|
|
|
gpr_log(GPR_DEBUG, "write: %s", str); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
grpc_closure_run(exec_ctx, cb, error); |
|
|
|
grpc_closure_run(exec_ctx, cb, error); |
|
|
@ -485,7 +484,6 @@ static void tcp_write(grpc_exec_ctx *exec_ctx, grpc_endpoint *ep, |
|
|
|
if (grpc_tcp_trace) { |
|
|
|
if (grpc_tcp_trace) { |
|
|
|
const char *str = grpc_error_string(error); |
|
|
|
const char *str = grpc_error_string(error); |
|
|
|
gpr_log(GPR_DEBUG, "write: %s", str); |
|
|
|
gpr_log(GPR_DEBUG, "write: %s", str); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
grpc_closure_sched(exec_ctx, cb, error); |
|
|
|
grpc_closure_sched(exec_ctx, cb, error); |
|
|
|
} |
|
|
|
} |
|
|
|