]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: do CURLM_CALL_MULTI_PERFORM at two more places
authorDaniel Stenberg <daniel@haxx.se>
Sat, 7 Oct 2023 18:10:36 +0000 (20:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 7 Oct 2023 20:54:54 +0000 (22:54 +0200)
commit07008ee8ac9b68b4c741c936918d6f9b66027f10
treedb98824b0edab4113f294146dc42606294f3ee25
parent9243ed6f4bcdd017da375b2c1cfad00c526d4e6e
multi: do CURLM_CALL_MULTI_PERFORM at two more places

... when it does a state transition but there is no particular socket or
timer activity. This was made apparent when commit b5bb84c removed a
superfluous timer expiry.

Reported-by: Dan Fandrich.
Fixes #12033
Closes #12056
lib/multi.c