mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
38f4a2aa69
commit
5b870afd51
@ -274,6 +274,7 @@ class ServerLoop(object):
|
||||
select.select([s], [], [], 0)
|
||||
except select.error:
|
||||
self.close(s, conn) # Bad socket, discard
|
||||
return
|
||||
|
||||
if not self.ready:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user