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