diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-14 14:42:11 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-14 14:42:11 +0200 |
commit | db80de0528c56cb5dc44810504a1ba61645fde23 (patch) | |
tree | 3772fd797546f0d1a49fff39b6a60feacdf433d6 /docs/libcurl/opts | |
parent | dca6f73613d8b578687bd4aeeedd198f9644bb53 (diff) |
CURLOPT_ALTSVC.3: use a "" file name to not load from a file
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_ALTSVC.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_ALTSVC.3 b/docs/libcurl/opts/CURLOPT_ALTSVC.3 index a13edaae8..8c7ab60a6 100644 --- a/docs/libcurl/opts/CURLOPT_ALTSVC.3 +++ b/docs/libcurl/opts/CURLOPT_ALTSVC.3 @@ -39,6 +39,8 @@ Pass in a pointer to a \fIfilename\fP to instruct libcurl to use that file as the Alt-Svc cache to read existing cache contents from and possibly also write it back to a after a transfer, unless \fBCURLALTSVC_READONLYFILE\fP is set in \fICURLOPT_ALTSVC_CTRL(3)\fP. + +Specify a blank file name ("") to make libcurl not load from a file at all. .SH DEFAULT NULL. The alt-svc cache is not read nor written to file. .SH PROTOCOLS |