aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-05-29 16:27:44 -0400
committerJay Satiro <raysatiro@yahoo.com>2016-05-29 16:27:44 -0400
commit694c2dce253eabd8b52a3dfbb550026de8d74f6d (patch)
tree28b7c16c59e9b614083e939a9aeb99f62bd43ba4 /docs
parente51798d002cc902aed4032d42afc82c9c69c24be (diff)
curl_share_setopt.3: Add min ver needed for ssl session lock
Bug: https://github.com/curl/curl/issues/826 Reported-by: Michael Wallner
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_share_setopt.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3
index cbdbdc558..55e06f129 100644
--- a/docs/libcurl/curl_share_setopt.3
+++ b/docs/libcurl/curl_share_setopt.3
@@ -68,7 +68,8 @@ be used!
SSL session IDs will be shared across the easy handles using this shared
object. This will reduce the time spent in the SSL handshake when reconnecting
to the same server. Note SSL session IDs are reused within the same easy handle
-by default.
+by default. Note this symbol was added in 7.10.3 but was not implemented until
+7.23.0.
.RE
.IP CURLSHOPT_UNSHARE
This option does the opposite of \fICURLSHOPT_SHARE\fP. It specifies that