diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-13 20:15:14 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-13 20:15:14 +0200 |
commit | 973cfeaf006813c6d9a3cbb163e6b15ec1b46977 (patch) | |
tree | 152a70dce7df0baf488e30c4af2cabb264164298 /module/remote | |
parent | little fixes (diff) | |
download | pyload-973cfeaf006813c6d9a3cbb163e6b15ec1b46977.tar.xz |
better retry function
Diffstat (limited to 'module/remote')
-rw-r--r-- | module/remote/thriftbackend/Socket.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/remote/thriftbackend/Socket.py b/module/remote/thriftbackend/Socket.py index dc201c431..3f837bdae 100644 --- a/module/remote/thriftbackend/Socket.py +++ b/module/remote/thriftbackend/Socket.py @@ -45,6 +45,7 @@ class Socket(TSocket): def open(self): if self.ssl: + #TODO check SSL = __import__("OpenSSL", globals(), locals(), "SSL", -1).SSL WantReadError = SSL.WantReadError ctx = SSL.Context(SSL.SSLv23_METHOD) |