]> granicus.if.org Git - curl/commit
We introduce a loop in lib/multi.c around all calls to multi_runsingle() and
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Feb 2010 21:42:44 +0000 (21:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Feb 2010 21:42:44 +0000 (21:42 +0000)
commit55f1e787f34cd3d86aa3d6bf981f077de86be265
treea1c1dcbf05a0e54af3cbeec6da49c39d6542c87e
parent516cf5c8ddd6a094babdf4ee2d3b2fa4c7a48b0e
We introduce a loop in lib/multi.c around all calls to multi_runsingle() and
simply check for CURLM_CALL_MULTI_PERFORM internally. This has the added
benefit that this goes in line with my long-term wishes to get rid of the
CURLM_CALL_MULTI_PERFORM all together from the public API.
CHANGES
RELEASE-NOTES
docs/libcurl/curl_multi_perform.3
docs/libcurl/curl_multi_socket_action.3
lib/multi.c