Menu

#1137 website "share interface" overview is wrong

closed-fixed
5
2013-06-21
2012-08-27
Joe Mason
No

http://curl.haxx.se/libcurl/c/libcurl-share.html says:

You tell the shared object what data you want it to share by using curl_share_setopt(3). Currently you can only share DNS and/or COOKIE data.

But if you click the link and go to http://curl.haxx.se/libcurl/c/curl_share_setopt.html, it also lists CURL_LOCK_DATA_SSL_SESSION.

I suggest removing, "Currently you can only share DNS and/or COOKIE data," from the summary.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2012-08-27

    Thanks for the report, this problem is now fixed in the git repository.

    To try it out, you either checkout/update your git clone: http://curl.haxx.se/source.html

    or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

     
  • Daniel Stenberg

    Daniel Stenberg - 2012-08-27
    • status: open --> closed-fixed