From: Daniel Stenberg Date: Mon, 27 Aug 2012 21:49:08 +0000 (+0200) Subject: libcurl-share.3: remove wrong info of what can be shared X-Git-Tag: upstream/7.37.1~2652 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4eec66e479a5a2938dc186b763fdcb12a39718ed;p=platform%2Fupstream%2Fcurl.git libcurl-share.3: remove wrong info of what can be shared "Currently you can only share DNS and/or COOKIE data" is incorrect since also SSL sessions can be shared. Bug: http://curl.haxx.se/bug/view.cgi?id=3562261 Reported by: Joe Mason --- diff --git a/docs/libcurl/libcurl-share.3 b/docs/libcurl/libcurl-share.3 index fc62408..5839021 100644 --- a/docs/libcurl/libcurl-share.3 +++ b/docs/libcurl/libcurl-share.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. +.\" * Copyright (C) 1998 - 2012, Daniel Stenberg, , et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -41,8 +41,7 @@ You create a shared object with \fIcurl_share_init(3)\fP. It returns a handle for a newly created one. You tell the shared object what data you want it to share by using -\fIcurl_share_setopt(3)\fP. Currently you can only share DNS and/or COOKIE -data. +\fIcurl_share_setopt(3)\fP. Since you can use this share from multiple threads, and libcurl has no internal thread synchronization, you must provide mutex callbacks if you're