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

Commit 20a19d8

Browse files
author
Aakash Gandhi
committed
Comment
1 parent 2dab0c7 commit 20a19d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hyper/ssl_compat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def inner(self, *args, **kwargs):
4848
return getattr(self._conn, method)(*args, **kwargs)
4949
return inner
5050

51-
51+
# Referenced in hyper/http20/connection.py. These values come from the python ssl package, and
52+
# must be defined in this file for hyper to work in python versions <2.7.9
5253
SSL_ERROR_WANT_READ = 2
5354
SSL_ERROR_WANT_WRITE = 3
5455

0 commit comments

Comments
 (0)