mirror of
https://github.com/moparisthebest/curl
synced 2024-11-14 21:45:13 -05:00
curl_share_setopt.3: Note sharing cookies doesn't enable the engine
Follow-up to d0a7ee3
which fixed a bug in 7.66.0 that caused
CURL_LOCK_DATA_COOKIE to enable the easy handle's cookie engine.
Bug: https://curl.haxx.se/mail/lib-2020-03/0019.html
Reported-by: Felipe Gasper
Closes https://github.com/curl/curl/pull/5048
This commit is contained in:
parent
2258b7bcc2
commit
485d4470d3
@ -59,6 +59,8 @@ be set to one of the values described below.
|
|||||||
.RS
|
.RS
|
||||||
.IP CURL_LOCK_DATA_COOKIE
|
.IP CURL_LOCK_DATA_COOKIE
|
||||||
Cookie data will be shared across the easy handles using this shared object.
|
Cookie data will be shared across the easy handles using this shared object.
|
||||||
|
Note that this does not activate an easy handle's cookie handling. You can do
|
||||||
|
that separately by using \fICURLOPT_COOKIEFILE(3)\fP for example.
|
||||||
.IP CURL_LOCK_DATA_DNS
|
.IP CURL_LOCK_DATA_DNS
|
||||||
Cached DNS hosts will be shared across the easy handles using this shared
|
Cached DNS hosts will be shared across the easy handles using this shared
|
||||||
object. Note that when you use the multi interface, all easy handles added to
|
object. Note that when you use the multi interface, all easy handles added to
|
||||||
|
Loading…
Reference in New Issue
Block a user