This repository was archived by the owner on Jan 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ and file down the rough edges.
32
32
Versions
33
33
========
34
34
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
36
36
draft 9 of the HPACK draft specification. As further drafts are released,
37
37
``hyper `` will be updated to support them.
38
38
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ an email. My email address can be found `on my GitHub profile page`_.
15
15
What version of the HTTP/2 draft specification does ``hyper `` support?
16
16
----------------------------------------------------------------------
17
17
18
- Currently, ``hyper `` supports version 14 of the HTTP/2 draft specification,
18
+ Currently, ``hyper `` supports version 15 of the HTTP/2 draft specification,
19
19
and version 9 of the HPACK draft specification. ``hyper `` will be updated to
20
20
keep up with the HTTP/2 draft specifications as they progress.
21
21
Original file line number Diff line number Diff line change 10
10
from ..compat import ignore_missing , ssl
11
11
12
12
13
- NPN_PROTOCOL = 'h2-14 '
13
+ NPN_PROTOCOL = 'h2-15 '
14
14
SUPPORTED_NPN_PROTOCOLS = ['http/1.1' , NPN_PROTOCOL ]
15
15
16
16
You can’t perform that action at this time.
0 commit comments