]> git.ipfire.org Git - thirdparty/curl.git/commit
event: fix wakeup consumption
authorStefan Eissing <stefan@eissing.org>
Mon, 11 May 2026 12:56:04 +0000 (14:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 May 2026 06:11:31 +0000 (08:11 +0200)
commit2a2104f3cff44bb28bb570a093be52bbeeed8f23
treecc41f8a5c6dd4ae89abde7d1a541f7db209f88a6
parent01f08dc4eb20a19aa60230653715c8b839619cbb
event: fix wakeup consumption

The events on a multi wakeup socketpair were only consumed via
curl_multi_poll()/curl_multi_wait() but not in event based processing on
a curl_multi_socket() call. That led to busy loops as reported in

Fixes #21547
Reported-by: Earnestly on github
Closes #21549
lib/multi.c