mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
curl_easy_nextheader.md: a new transfer invalidates 'prev'
Closes #20285
This commit is contained in:
@@ -61,6 +61,10 @@ The memory for the struct this points to, is owned and managed by libcurl and
|
||||
is associated with the easy handle. Applications must copy the data if they
|
||||
want it to survive subsequent API calls or the life-time of the easy handle.
|
||||
|
||||
The *prev* pointer is only valid until another transfer is done using the
|
||||
*easy* handle. Once a new transfer has started, a new *prev* must be retrieved
|
||||
by calling curl_easy_nextheader(3) again with NULL as the fourth argument.
|
||||
|
||||
# %PROTOCOLS%
|
||||
|
||||
# EXAMPLE
|
||||
|
||||
Reference in New Issue
Block a user