Hi, I browsed the code and came to see that Curl_send_plain internally calls swrite(). So I am believing that Curl_send_plain() calls simple send() and recv() functions on socket and does not perform any IO multiplexing using poll() or select().
Am I right here?
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
