You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cookiefile entries are set into the handle and should remain set for
the lifetime of the handle so that duplicating it also duplicates the
list. Therefore, the struct field is moved from 'state' to 'set'.
Fixes#10133
I did this
Use (multiple)
CURLOPT_COOKIEFILE
for an easy handle to load cookies from multiple input files.Then call
curl_easy_duphandle()
and run an identical transfer. The cookies are not loaded from the files set to be used in the original handle.I expected the following
curl_easy_duphandle()
is intended to make a "perfect" copy and should then also keep the list of file names to read from.curl/libcurl version
7.87.0 and all previous versions
operating system
independent
The text was updated successfully, but these errors were encountered: