aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_add_handle.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-24 19:19:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-24 19:19:49 +0000
commit89977c73d1c0cba4401cfe70eb7b3cd69fdb190f (patch)
tree731f89df28cd6f54e45f1526ea2a24e53f2b1094 /docs/libcurl/curl_multi_add_handle.3
parenta9a05a32bd00cb274aa3e969f7ceb431663a9ec0 (diff)
Christopher Palow's multi interface docs updates
Diffstat (limited to 'docs/libcurl/curl_multi_add_handle.3')
-rw-r--r--docs/libcurl/curl_multi_add_handle.32
1 files changed, 2 insertions, 0 deletions
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!