better exception on bug, thanks Jonathan
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-06-27 17:45:06) dev
|
||||
Version 2.00.0 (2012-06-27 18:02:29) dev
|
||||
|
||||
+1
-1
@@ -1375,7 +1375,7 @@ class Worker(Thread):
|
||||
except socket.timeout:
|
||||
raise SocketTimeout("Socket timed out before request.")
|
||||
except TypeError:
|
||||
raise SocketTimeout("Socket timed out before request.")
|
||||
raise SocketClosed("ssl bug caused closer of socket, upgrade to python 2.7")
|
||||
|
||||
d = d.strip()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user