Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 5fcc71e

Browse files
committed
Draft 15 is binary compatible with draft 14.
1 parent d206946 commit 5fcc71e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ and file down the rough edges.
3232
Versions
3333
========
3434

35-
``hyper`` provides support for draft 14 of the HTTP/2 draft specification and
35+
``hyper`` provides support for draft 15 of the HTTP/2 draft specification and
3636
draft 9 of the HPACK draft specification. As further drafts are released,
3737
``hyper`` will be updated to support them.
3838

docs/source/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ an email. My email address can be found `on my GitHub profile page`_.
1515
What version of the HTTP/2 draft specification does ``hyper`` support?
1616
----------------------------------------------------------------------
1717

18-
Currently, ``hyper`` supports version 14 of the HTTP/2 draft specification,
18+
Currently, ``hyper`` supports version 15 of the HTTP/2 draft specification,
1919
and version 9 of the HPACK draft specification. ``hyper`` will be updated to
2020
keep up with the HTTP/2 draft specifications as they progress.
2121

hyper/http20/tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ..compat import ignore_missing, ssl
1111

1212

13-
NPN_PROTOCOL = 'h2-14'
13+
NPN_PROTOCOL = 'h2-15'
1414
SUPPORTED_NPN_PROTOCOLS = ['http/1.1', NPN_PROTOCOL]
1515

1616

0 commit comments

Comments
 (0)