From 285f2b2319b1a6bf81b6efc5c5d4bfa2c9dedccb Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Fri, 6 Feb 2015 19:00:37 +0000 Subject: [PATCH] We support 14 and 15 too. --- README.rst | 6 +++--- docs/source/faq.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 39f3e895..ffdd36c4 100644 --- a/README.rst +++ b/README.rst @@ -32,9 +32,9 @@ and file down the rough edges. Versions ======== -``hyper`` provides support for draft 16 of the HTTP/2 draft specification and -draft 9 of the HPACK draft specification. As further drafts are released, -``hyper`` will be updated to support them. +``hyper`` provides support for drafts 14, 15, and 16 of the HTTP/2 draft +specification and draft 9 of the HPACK draft specification. As further drafts +are released, ``hyper`` will be updated to support them. Compatibility ============= diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 0c16afa3..0d3a4341 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -15,9 +15,9 @@ an email. My email address can be found `on my GitHub profile page`_. What version of the HTTP/2 draft specification does ``hyper`` support? ---------------------------------------------------------------------- -Currently, ``hyper`` supports version 16 of the HTTP/2 draft specification, -and version 9 of the HPACK draft specification. ``hyper`` will be updated to -keep up with the HTTP/2 draft specifications as they progress. +Currently, ``hyper`` supports versions 14, 15, and 16 of the HTTP/2 draft +specification, and version 9 of the HPACK draft specification. ``hyper`` will +be updated to keep up with the HTTP/2 draft specifications as they progress. Does ``hyper`` support HTTP/2 flow control? -------------------------------------------