]> git.ipfire.org Git - thirdparty/curl.git/commit
select: reduce duplication of Curl_poll in Curl_socket_check
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 19 Apr 2020 18:27:38 +0000 (20:27 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Tue, 25 Aug 2020 09:21:44 +0000 (11:21 +0200)
commit17f58c8d98a0de2e88d49cdba1cc1e0145cada91
treef4bf809fecb432e0c5d7a44269f066c3fc8cc48c
parente21bd22f842dc07ee953fac6a1edd0c054f123d4
select: reduce duplication of Curl_poll in Curl_socket_check

Change Curl_socket_check to use select-fallback in Curl_poll
instead of implementing it in Curl_socket_check and Curl_poll.

Reviewed-by: Daniel Stenberg
Reviewed-by: Jay Satiro
Replaces #5262 and #5492
Closes #5707
lib/select.c