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

Commit c16d54d

Browse files
author
Aakash Gandhi
committed
Include ssl dependencies into ssl_compat for python versions <2.7.9
1 parent da1e8b6 commit c16d54d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hyper/ssl_compat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def inner(self, *args, **kwargs):
5050

5151

5252
# TODO missing some attributes
53+
SSL_ERROR_WANT_READ = 2
54+
SSL_ERROR_WANT_WRITE = 3
5355
class SSLError(OSError):
5456
pass
5557

0 commit comments

Comments
 (0)