mirror of
https://github.com/curl/curl.git
synced 2026-08-05 08:46:15 +03:00
alt-svc: enable by default
Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported. alt-svc support in curl is no longer considered experimental Closes #5868
This commit is contained in:
parent
e2bcdf557b
commit
96450a1a33
27 changed files with 58 additions and 71 deletions
|
|
@ -949,8 +949,6 @@ typedef enum {
|
|||
#define CURLHEADER_SEPARATE (1<<0)
|
||||
|
||||
/* CURLALTSVC_* are bits for the CURLOPT_ALTSVC_CTRL option */
|
||||
#define CURLALTSVC_IMMEDIATELY (1<<0)
|
||||
|
||||
#define CURLALTSVC_READONLYFILE (1<<2)
|
||||
#define CURLALTSVC_H1 (1<<3)
|
||||
#define CURLALTSVC_H2 (1<<4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue