2014-07-17 11:08 GMT+02:00 Ashish <[email protected]>:
> Well, it was confusion at my end. I just had got little confused by Saúl's
> first reply: "You can check the number of queued bytes in the write
> callbacks"
> made me to think he is referring to req->queued_bytes.


You should just rely on uv_stream_t field->write_queue_size:

  /* number of bytes queued for writing */                                    \
  size_t write_queue_size;


-- 
Iñaki Baz Castillo
<[email protected]>

-- 
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.

Reply via email to