mirror of
https://github.com/curl/curl.git
synced 2026-07-01 04:19:13 +03:00
curl_easy_handler.md: fix language
Applications need to [...] if it needs -> The application needs to Closes #14752
This commit is contained in:
parent
8bb71d5fd3
commit
76212cbf3e
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ 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 curl_easy_header(3) clobber the struct used in the
|
||||
previous calls for the same easy handle. Applications need to copy the data if
|
||||
previous calls for the same easy handle. The application needs to copy the data if
|
||||
it wants to keep it around. The memory used for the struct gets freed with
|
||||
calling curl_easy_cleanup(3) of the easy handle.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue