diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2019-08-13 11:19:14 +0200 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-13 11:19:35 +0200 | 
| commit | b867ecf0c55af8c0e6fdc33eb8daba635b729b89 (patch) | |
| tree | ee6e97bbdf9142d61d4f186847d871278a11e712 /docs/libcurl/opts | |
| parent | 1c86622699f79bde5fd31912564bf6e7f8e76636 (diff) | |
CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED
Follow-up to 98c3f148 that removed it from the header file
Diffstat (limited to 'docs/libcurl/opts')
| -rw-r--r-- | docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 b/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 index c9575c9fe..fd082df5e 100644 --- a/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 +++ b/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 @@ -28,7 +28,6 @@ CURLOPT_ALTSVC_CTRL \- control alt-svc behavior  #include <curl/curl.h>  #define CURLALTSVC_IMMEDIATELY  (1<<0) -#define CURLALTSVC_ALTUSED      (1<<1)  #define CURLALTSVC_READONLYFILE (1<<2)  #define CURLALTSVC_H1           (1<<3)  #define CURLALTSVC_H2           (1<<4) @@ -53,10 +52,8 @@ sure both the source and the destination are legitimate.  Setting any bit will enable the alt-svc engine.  .IP "CURLALTSVC_IMMEDIATELY"  If an Alt-Svc: header is received, this instructs libcurl to switch to one of -those alternatives asap rather than to save it and use for the next request. -.IP "CURLALTSVC_ALTUSED" -Issue the Alt-Used: header in all requests that have been redirected by -alt-svc. +those alternatives asap rather than to save it and use for the next +request. (Not currently supported).  .IP "CURLALTSVC_READONLYFILE"  Do not write the alt-svc cache back to the file specified with  \fICURLOPT_ALTSVC(3)\fP even if it gets updated. By default a file specified | 
