cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: is curl_multi_socket_all() deprecated?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 22 Oct 2008 13:41:40 +0200 (CEST)

On Wed, 22 Oct 2008, ragnar_at_gatorhole.com wrote:

> // set socket callback
> curl_multi_setopt(multi_handle, CURLMOPT_SOCKETFUNCTION, curl_socket_cb);

Allow me to underscore the importance of mr Drexler's comment regarding the
lack of a timout callback here.

Using the curl_multi_socket() API without the timeout callback set is not
recommended.

-- 
  / daniel.haxx.se
Received on 2008-10-22