On Fri, 13 May 2016, smruti kumari wrote:

Again: please stop sending emails to curl-users-request.

When we are calling curl_multi_socket_action() API we are able to send and recv the data for a socket fd.

You setup the easy handles for your transfers, including read and write callbacks. Then you provide data in the read callback and you receive data in the write callback.

If send and recv are going on a socket then how can we identify that send completed or recv completed ?

I already answered how you know when the transfer is completed. You will not get notified about any other "completion" within a transfer. Although you can use the debug callback to more or less figure that out if you want to.

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html

Reply via email to