in my write_cb i get status,that is uv_err_name eq ECALCELED,it is UV_ECALCELED?
can i close the (uv_write_t*)req->handle?
I'm not 100% sure what you mean. If you have e.g. a uv_tcp_t or uv_pipe_t handle and your uv_write_t callback is called with status=UV_ECANCELED, that means the handle is closing.
in my write_cb i get status,that is uv_err_name eq ECALCELED,it is UV_ECALCELED?
can i close the (uv_write_t*)req->handle?
I'm not 100% sure what you mean. If you have e.g. a uv_tcp_t or uv_pipe_t handle and your uv_write_t callback is called with status=UV_ECANCELED, that means the handle is closing.