mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
make it a WARNING since this hits people hard in their faces
This commit is contained in:
parent
fe1fe64fd4
commit
4702807da8
@ -25,8 +25,8 @@ queue so calling this function again will not return the same message
|
|||||||
again. It will instead return new messages at each new invoke until the queue
|
again. It will instead return new messages at each new invoke until the queue
|
||||||
is emptied.
|
is emptied.
|
||||||
|
|
||||||
The data the returned pointer points to will not survive calling
|
\fBWARNING:\fP The data the returned pointer points to will not survive
|
||||||
\fIcurl_multi_cleanup(3)\fP, \fIcurl_multi_remove_handle(3)\fP or
|
calling \fIcurl_multi_cleanup(3)\fP, \fIcurl_multi_remove_handle(3)\fP or
|
||||||
\fIcurl_easy_cleanup(3)\fP.
|
\fIcurl_easy_cleanup(3)\fP.
|
||||||
|
|
||||||
The 'CURLMsg' struct is very simple and only contain very basic information.
|
The 'CURLMsg' struct is very simple and only contain very basic information.
|
||||||
|
Loading…
Reference in New Issue
Block a user