From 2b24dd870e81512542f238cb1b124cecb942a34f Mon Sep 17 00:00:00 2001 From: Gokhan Sengun Date: Tue, 6 Dec 2011 23:41:24 +0100 Subject: multi interface: fix block when CONNECT_ONLY option is used --- lib/multi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/multi.c b/lib/multi.c index f3b892c91..e5073432e 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -1239,7 +1239,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, easy->easy_conn->bits.close = FALSE; multistate(easy, CURLM_STATE_DONE); easy->result = CURLE_OK; - result = CURLM_OK; + result = CURLM_CALL_MULTI_PERFORM; } else { /* Perform the protocol's DO action */ -- cgit v1.2.3