From 89977c73d1c0cba4401cfe70eb7b3cd69fdb190f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 24 May 2008 19:19:49 +0000 Subject: Christopher Palow's multi interface docs updates --- docs/libcurl/curl_multi_add_handle.3 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/libcurl/curl_multi_add_handle.3') diff --git a/docs/libcurl/curl_multi_add_handle.3 b/docs/libcurl/curl_multi_add_handle.3 index 3ce9f78ea..1553b4ec3 100644 --- a/docs/libcurl/curl_multi_add_handle.3 +++ b/docs/libcurl/curl_multi_add_handle.3 @@ -11,6 +11,8 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, CURL *easy_handle); .SH DESCRIPTION Adds a standard easy handle to the multi stack. This function call will make this \fImulti_handle\fP control the specified \fIeasy_handle\fP. +Furthermore, libcurl now initiates the connection associated with the +specified \fIeasy_handle\fP. When an easy handle has been added to a multi stack, you can not and you must not use \fIcurl_easy_perform(3)\fP on that handle! -- cgit v1.2.3