]> git.ipfire.org Git - thirdparty/curl.git/commit
select: always use Sleep in Curl_wait_ms on Win32
authorMarc Hoersken <info@marc-hoersken.de>
Mon, 1 Jun 2020 06:32:21 +0000 (08:32 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Mon, 1 Jun 2020 06:32:21 +0000 (08:32 +0200)
commit5325b92a0a3c2b29a4be03ed88c14972114774af
tree3fb1b3c289c07b6a04e64d32ef0d79e167766d7f
parent8346c90b789e249e42cd1e9f4542f5c55a1cc917
select: always use Sleep in Curl_wait_ms on Win32

Since Win32 almost always will also have USE_WINSOCK,
we can reduce complexity and always use Sleep there.

Assisted-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Follow up to #5343
Closes #5489
lib/select.c