aboutsummaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-03-08 08:15:47 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-03-08 08:15:47 +0100
commitf0a6929553a788bb4d6c69ddfd4812b3af69b4ab (patch)
tree49ddfecdd374fb8172b120181668d2247c2f8465 /docs/HTTP2.md
parent46bf7ff78d2e851dafe2d20f003283979b2962f9 (diff)
HTTP2.md: HTTP/2 by default for curl's HTTPS connections
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index c9fb608fd..c2ff9af73 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -86,7 +86,9 @@ in HTTP 1.1 style. This allows applications to work unmodified.
curl tool
---------
-curl offers the `--http2` command line option to enable use of HTTP/2
+curl offers the `--http2` command line option to enable use of HTTP/2.
+
+Since 7.47.0, the curl tool enables HTTP/2 by default for HTTPS connections.
HTTP Alternative Services
-------------------------