mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
parent
5d75bcd2ea
commit
77c3c1a8fb
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ second, then only the first one is provided. An application using this API
|
|||
does not have to bother about multiple headers used wrongly.
|
||||
|
||||
The memory for the returned struct is associated with the easy handle and
|
||||
subsequent calls to \fIcurl_easy_header(3)\fP clobbers the struct used in the
|
||||
subsequent calls to \fIcurl_easy_header(3)\fP clobber the struct used in the
|
||||
previous calls for the same easy handle. Applications need to copy the data if
|
||||
it wants to keep it around. The memory used for the struct gets freed with
|
||||
calling \fIcurl_easy_cleanup(3)\fP of the easy handle.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue