mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:33:33 +03:00
parent
692c73707a
commit
076a2f6291
11 changed files with 109 additions and 11 deletions
|
|
@ -78,6 +78,10 @@ Added in 7.61.0.
|
|||
|
||||
Note that when you use the multi interface, all easy handles added to the same
|
||||
multi handle will share PSL cache by default without using this option.
|
||||
.IP CURL_LOCK_DATA_HSTS
|
||||
The in-memory HSTS cache.
|
||||
|
||||
Added in 7.88.0
|
||||
.SH PROTOCOLS
|
||||
All
|
||||
.SH EXAMPLE
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ CURL_LOCK_ACCESS_SINGLE 7.10.3
|
|||
CURL_LOCK_DATA_CONNECT 7.10.3
|
||||
CURL_LOCK_DATA_COOKIE 7.10.3
|
||||
CURL_LOCK_DATA_DNS 7.10.3
|
||||
CURL_LOCK_DATA_HSTS 7.88.0
|
||||
CURL_LOCK_DATA_NONE 7.10.3
|
||||
CURL_LOCK_DATA_PSL 7.61.0
|
||||
CURL_LOCK_DATA_SHARE 7.10.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue