diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-10-25 23:08:54 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-25 23:08:54 +0100 |
commit | 96450a1a33ec22cb54b20dbac08ebdf14648582f (patch) | |
tree | c3beaaf86442d1934d74a7902e53d29edb4a9a48 /docs/ALTSVC.md | |
parent | e2bcdf557b16962af51a34ce493c4375e24895a7 (diff) | |
download | curl-96450a1a33ec22cb54b20dbac08ebdf14648582f.tar.gz |
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
Diffstat (limited to 'docs/ALTSVC.md')
-rw-r--r-- | docs/ALTSVC.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ALTSVC.md b/docs/ALTSVC.md index 6a462bbbc..25437d6f9 100644 --- a/docs/ALTSVC.md +++ b/docs/ALTSVC.md @@ -1,11 +1,13 @@ # Alt-Svc -curl features **EXPERIMENTAL** support for the Alt-Svc: HTTP header. +curl features support for the Alt-Svc: HTTP header. ## Enable Alt-Svc in build `./configure --enable-alt-svc` +(enabled by default since 7.73.0) + ## Standard [RFC 7838](https://tools.ietf.org/html/rfc7838) |