From 8541d02c967c993f6e36fd78c59c50b70315ac91 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 28 May 2018 20:29:15 +0200 Subject: psl: use latest psl and refresh it periodically The latest psl is cached in the multi or share handle. It is refreshed before use after 72 hours. New share lock CURL_LOCK_DATA_PSL controls the psl cache sharing. If the latest psl is not available, the builtin psl is used. Reported-by: Yaakov Selkowitz Fixes #2553 Closes #2601 --- packages/OS400/curl.inc.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index b2ff6d6fb..915fef7c4 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -1591,8 +1591,10 @@ d c 4 d CURL_LOCK_DATA_CONNECT... d c 5 - d CURL_LOCK_DATA_LAST... + d CURL_LOCK_DATA_PSL... d c 6 + d CURL_LOCK_DATA_LAST... + d c 7 * d curl_lock_access... d s 10i 0 based(######ptr######) Enum -- cgit v1.2.3