]> git.ipfire.org Git - thirdparty/curl.git/commit
multi_wait: fix skipping to populate revents for extra_fds
authorMarc Hoersken <info@marc-hoersken.de>
Mon, 25 Jul 2022 20:29:27 +0000 (22:29 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 25 Aug 2022 21:31:24 +0000 (23:31 +0200)
commita71fe41d2f80032c8ffcd28d9f16a9897db41f39
treeca6c3c557013a78f079e7e7752025d6d67010365
parent52484bf3834a7e05358190f6b41e0b9e337b0980
multi_wait: fix skipping to populate revents for extra_fds

On Windows revents was not populated for extra_fds if
multi_wait had to wait due to the Curl_poll pre-check
not signalling any readiness. This commit fixes that.

Reviewed-by: Marcel Raad
Reviewed-by: Jay Satiro
Closes #9361
lib/multi.c