]> granicus.if.org Git - curl/commitdiff
Jean-Marc Ranger pointed out that the returned data doesn't survive a call
authorDaniel Stenberg <daniel@haxx.se>
Sat, 18 Dec 2004 10:24:49 +0000 (10:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 18 Dec 2004 10:24:49 +0000 (10:24 +0000)
to curl_multi_remove_handle() either.

docs/libcurl/curl_multi_info_read.3

index 26b9e40b30dae4923a158285757968dbafdb85d8..304be87b5339625c712f0f49dd01a955922fc0ff 100644 (file)
@@ -1,6 +1,6 @@
 .\" $Id$
 .\"
-.TH curl_multi_info_read 3 "27 Feb 2002" "libcurl 7.10.3" "libcurl Manual"
+.TH curl_multi_info_read 3 "18 Dec 2004" "libcurl 7.10.3" "libcurl Manual"
 .SH NAME
 curl_multi_info_read - read multi stack informationals
 .SH SYNOPSIS
@@ -21,7 +21,7 @@ integer pointed to with \fImsgs_in_queue\fP will contain the number of
 remaining messages after this function was called.
 
 The data the returned pointer points to will not survive calling
-\fIcurl_multi_cleanup(3)\fP.
+\fIcurl_multi_cleanup(3)\fP or \fIcurl_multi_remove_handle(3)\fP.
 
 The 'CURLMsg' struct is very simple and only contain very basic information.
 If more involved information is wanted, the particular "easy handle" in