void (*uv_read_cb)(uv_stream_t <http://docs.libuv.org/en/v1.x/stream.html?highlight=nread#c.uv_stream_t>* * stream*, ssize_t* nread*, const uv_buf_t <http://docs.libuv.org/en/v1.x/misc.html#c.uv_buf_t>** buf*)
How can I know how many bytes have been read? Should I use nread or buf-> len? -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
