Welcome Antoine Pitrou as #curl committer 1147: github.com/curl/curl/pull/1114…
select: avoid returning an error on EINTR from select() or poll() by pitrou · Pull Request #11143 · curl/curl
This was already done for the poll() and select() calls made directly from Curl_poll(), but was missed in Curl_wait_ms(), which is called when there are no fds to wait on. Fixes #11135GitHub