summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-03-09 18:01:34 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-03-10 17:45:55 +0100
commitdca4cdf071be095bcdc7126eaa77a8946ea4790b (patch)
treec9b3cb676ecf139d0e2b9e7b8584517b5270e5e0 /docs
parent538b1e79a6e7b0bb829ab4cecc828d32105d0684 (diff)
downloadcurl-dca4cdf071be095bcdc7126eaa77a8946ea4790b.tar.gz
CURLSHOPT_SHARE.3: HSTS sharing is not thread-safe
Reported-by: Hiroki Kurosawa Closes #10732
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLSHOPT_SHARE.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLSHOPT_SHARE.3 b/docs/libcurl/opts/CURLSHOPT_SHARE.3
index 71320410c..84f5f9659 100644
--- a/docs/libcurl/opts/CURLSHOPT_SHARE.3
+++ b/docs/libcurl/opts/CURLSHOPT_SHARE.3
@@ -56,8 +56,7 @@ implemented until 7.23.0.
Put the connection cache in the share object and make all easy handles using
this share object share the connection cache.
-Note that due to a known bug, it is not safe to share connections this way
-between multiple concurrent threads.
+It is not supported to share connections between multiple concurrent threads.
Connections that are used for HTTP/1.1 Pipelining or HTTP/2 multiplexing only
get additional transfers added to them if the existing connection is held by
@@ -81,6 +80,8 @@ multi handle will share PSL cache by default without using this option.
.IP CURL_LOCK_DATA_HSTS
The in-memory HSTS cache.
+It is not supported to share the HSTS between multiple concurrent threads.
+
Added in 7.88.0
.SH PROTOCOLS
All