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

Commit 5c603bd

Browse files
committed
We do support NPN
1 parent 3955b64 commit 5c603bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/ssl_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
for bit in [31] + list(range(10)): # TODO figure out the names of these other flags
3939
OP_ALL |= 1 << bit
4040

41-
HAS_NPN = False # TODO
41+
HAS_NPN = True
4242

4343
def _proxy(method):
4444
return lambda self, *args, **kwargs: getattr(self._conn, method)(*args, **kwargs)

0 commit comments

Comments
 (0)