Skip to content

Commit e03df25

Browse files
author
Vlad Stefan Munteanu
committed
Added note about NPN and ALPN support on Python < 2.7.9
1 parent c7a28a5 commit e03df25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/source/negotiating-http2.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This method is the simplest to use once the TLS connection is established. To us
1414

1515
At this point, you're free to use all the HTTP/2 functionality provided by Hyper-h2.
1616

17+
.. note::
18+
Although Hyper-h2 is not concerned with negotiating protocol versions, it is important to note that support for `NPN`_ and `ALPN`_ extensions is not available in the standard library of Python versions < 2.7.9.
19+
As a consequence, clients may encounter various errors due to protocol versions mismatch.
20+
1721
Server Setup Example
1822
~~~~~~~~~~~~~~~~~~~~
1923

0 commit comments

Comments
 (0)