summaryrefslogtreecommitdiff
path: root/docs/ALTSVC.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-22 09:08:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-10-24 00:25:09 +0200
commit2af56e05b699fad2d58ae01beac71871294c1026 (patch)
tree03d38faa69e0a5f974bb32b5ce32484bdf25af15 /docs/ALTSVC.md
parent67dede842adff126329b611a055608320e88a7b0 (diff)
downloadcurl-bagder/enable-altsvc.tar.gz
alt-svc: enable by defaultbagder/enable-altsvc
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.md4
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)