diff options
author | JDepooter <joel.depooter@gmail.com> | 2016-03-20 23:59:57 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-03-24 09:56:12 +0100 |
commit | f8d88a491397a13f0e676bd0b2d0f275a728b860 (patch) | |
tree | e05063b3c2bd2485305442fb264ca79c852d66c6 /docs/HTTP2.md | |
parent | 96fff9f6b5ac6ec38c970a2b5acc6e76be0bdbdd (diff) | |
download | curl-f8d88a491397a13f0e676bd0b2d0f275a728b860.tar.gz |
schannel: Add ALPN support
Add ALPN support for schannel. This allows cURL to negotiate
HTTP/2.0 connections when built with schannel.
Closes #724
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r-- | docs/HTTP2.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md index bf5382070..6f7ece431 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -7,7 +7,7 @@ HTTP/2 with curl Build prerequisites ------------------- - nghttp2 - - OpenSSL, NSS, GnutTLS or PolarSSL with a new enough version + - OpenSSL, NSS, GnutTLS, PolarSSL or SChannel with a new enough version [nghttp2](https://nghttp2.org/) ------------------------------- @@ -58,6 +58,7 @@ provide the necessary TLS features. Right now we support: - NSS: ALPN and NPN - GnuTLS: ALPN - PolarSSL: ALPN + - SChannel: ALPN Multiplexing ------------ |