diff options
Diffstat (limited to 'net-p2p/btqueue/files/patch-BitQueue+webservice.py')
-rw-r--r-- | net-p2p/btqueue/files/patch-BitQueue+webservice.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-p2p/btqueue/files/patch-BitQueue+webservice.py b/net-p2p/btqueue/files/patch-BitQueue+webservice.py deleted file mode 100644 index bed9ac4b9180..000000000000 --- a/net-p2p/btqueue/files/patch-BitQueue+webservice.py +++ /dev/null @@ -1,14 +0,0 @@ ---- BitQueue/webservice.py.old Fri Jun 4 12:22:53 2004 -+++ BitQueue/webservice.py Fri Jun 4 04:34:25 2004 -@@ -24,7 +24,10 @@ - - def get_request(self): - while not self._quit: -- ifds,ofds,efds = select.select([self],[],[],10) -+ try: -+ ifds,ofds,efds = select.select([self],[],[],10) -+ except: -+ ifds,ofds,efds = [],[],[] - if len(ifds) > 0: - return self.socket.accept() - return None |