From: Daniel Stenberg Date: Thu, 6 Feb 2014 21:26:47 +0000 (+0100) Subject: http2: spell fixed README and added version requirement X-Git-Tag: curl-7_36_0~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b93755df37669195c3a9c0717fc8336db504df04;p=thirdparty%2Fcurl.git http2: spell fixed README and added version requirement --- diff --git a/lib/README.http2 b/lib/README.http2 index 7ae71e57f3..eaa02fa0ea 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