gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 247/282: curl_share_setopt.3: Note sharing cookies doesn't enabl


From: gnunet
Subject: [gnurl] 247/282: curl_share_setopt.3: Note sharing cookies doesn't enable the engine
Date: Wed, 01 Apr 2020 14:31:52 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 485d4470d3b9c09a14e0853c0a00099c3229cbaf
Author: Jay Satiro <address@hidden>
AuthorDate: Fri Mar 6 00:04:54 2020 -0500

    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
---
 docs/libcurl/curl_share_setopt.3 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3
index 12ee4b0dc..c926ee370 100644
--- a/docs/libcurl/curl_share_setopt.3
+++ b/docs/libcurl/curl_share_setopt.3
@@ -59,6 +59,8 @@ be set to one of the values described below.
 .RS
 .IP CURL_LOCK_DATA_COOKIE
 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
 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]