diff --git a/eventlet/greenio.py b/eventlet/greenio.py index 4ca1b06..e15c6ef 100644 --- a/eventlet/greenio.py +++ b/eventlet/greenio.py @@ -613,8 +613,6 @@ class GreenSSL(GreenSocket): write=True, timeout=self.timeout, timeout_exc=socket.timeout) - except SSL.ZeroReturnError: - return '' except SSL.SysCallError, e: if e[0] == -1 or e[0] > 0: return ''