Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Daniel (31 August 2004) - David Tarendash fount out that curl_multi_add_handle() returned CURLM_CALL_MULTI_PERFORM instead of CURLM_OK. Daniel (30 August 2004) - Make "Proxy-Connection: close" close the current proxy connection, as Roman Koifman found out. Loading lib/multi.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, /* increase the node-counter */ multi->num_easy++; return CURLM_CALL_MULTI_PERFORM; return CURLM_OK; } CURLMcode curl_multi_remove_handle(CURLM *multi_handle, Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Daniel (31 August 2004) - David Tarendash fount out that curl_multi_add_handle() returned CURLM_CALL_MULTI_PERFORM instead of CURLM_OK. Daniel (30 August 2004) - Make "Proxy-Connection: close" close the current proxy connection, as Roman Koifman found out. Loading
lib/multi.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, /* increase the node-counter */ multi->num_easy++; return CURLM_CALL_MULTI_PERFORM; return CURLM_OK; } CURLMcode curl_multi_remove_handle(CURLM *multi_handle, Loading