aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-02-06 22:26:47 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-02-06 22:27:04 +0100
commitb93755df37669195c3a9c0717fc8336db504df04 (patch)
tree25bf897c84dd37422e8628e41da0d841ddc73ad8 /lib
parentd10065c05a564760b8181a0e6e8ac09af52f78aa (diff)
http2: spell fixed README and added version requirement
Diffstat (limited to 'lib')
-rw-r--r--lib/README.http24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/README.http2 b/lib/README.http2
index 7ae71e57f..eaa02fa0e 100644
--- a/lib/README.http2
+++ b/lib/README.http2
@@ -12,6 +12,8 @@ HTTP2 with libcurl
Right now, nghttp2 implements http2 draft-09
+ We require at least version 0.3.0
+
Over an http:// URL
If CURLOPT_HTTP_VERSION is set to CURL_HTTP_VERSION_2, libcurl will include
@@ -32,7 +34,7 @@ HTTP2 with libcurl
SSL libs
The challange is the ALPN and NPN support and all our different SSL
- backends. Right now we support ALPN and VPN with OpenSSL and ALPN with
+ backends. Right now we support ALPN and NPN with OpenSSL and ALPN with
GnuTLS.
Applications