Rev 6142: Don't forget to actually raise exceptions that aren't handled. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
john at arbash-meinel.com
Wed Sep 14 10:24:55 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
------------------------------------------------------------
revno: 6142
revision-id: john at arbash-meinel.com-20110914102447-241ekx9268z6ivxj
parent: john at arbash-meinel.com-20110913174321-and3acxldw7w8eb0
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: drop-idle-connections-824797
timestamp: Wed 2011-09-14 12:24:47 +0200
message:
Don't forget to actually raise exceptions that aren't handled.
-------------- next part --------------
=== modified file 'bzrlib/smart/medium.py'
--- a/bzrlib/smart/medium.py 2011-09-13 17:43:21 +0000
+++ b/bzrlib/smart/medium.py 2011-09-14 10:24:47 +0000
@@ -277,6 +277,7 @@
# If we are told at this point that socket is no longer a valid
# socket, just return 'without timeout'
return False
+ raise
if rs:
# We can read without blocking, we did not timeout.
return False
More information about the bazaar-commits
mailing list