Re: Non blocking connect

2020-11-19 Thread Daniel Stenberg via curl-library
On Thu, 19 Nov 2020, James Read via curl-library wrote: when using curl_multi_socket_action combined with epoll are connect calls done non blocking under the hood? All sockets are always set non-blocking in libcurl and all socket operations, connect, recv, send etc are done non-blocking. --

Non blocking connect

2020-11-19 Thread James Read via curl-library
Hi, when using curl_multi_socket_action combined with epoll are connect calls done non blocking under the hood? James Read --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.h

Re: [curl] Use Curl_ssl_connect for non-blocking connect fallback (#32)

2011-12-19 Thread Daniel Stenberg
er/curl/pull/32 -- Commit Summary -- * Use Curl_ssl_connect for non-blocking connect fallback -- File Changes -- M lib/sslgen.c (3) -- Patch Links -- https://github.com/bagder/curl/pull/32.patch https://github.com/bagder/curl/pull/32.diff --- Reply to this email directly or view it o