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

Commit 09a43fe

Browse files
committed
Update ALPN token.
1 parent 7a4461e commit 09a43fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-13'
13+
NPN_PROTOCOL = 'h2-14'
1414
SUPPORTED_NPN_PROTOCOLS = ['http/1.1', NPN_PROTOCOL]
1515

1616

0 commit comments

Comments
 (0)