]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: set CURLM_CALL_MULTI_PERFORM after switch to DOING_MORE
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Oct 2023 21:29:41 +0000 (23:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Oct 2023 06:49:58 +0000 (08:49 +0200)
commit6dd6654f7551799bc32a8a2f5a11cfd6cd7d3448
tree21d5c4245a0257081f47d02c59fb50b7e8667829
parent911d37bb2f01450d102a9d1ac206b2943a38926c
multi: set CURLM_CALL_MULTI_PERFORM after switch to DOING_MORE

Since there is nothing to wait for there. Avoids the test 1233 hang
reported in #12033.

Reported-by: Dan Fandrich
Closes #12042
lib/multi.c