For example, my buffer to send has 20K bytes (user lists).
I wonder if uv_write() can send the 20K bytes at once, not sepearted. So will the callback function, after_write_cb, returns the status 0 of success?
That is, Don't I need to care about the leftover while sending?