Typo
- typo in last commit
This commit is contained in:
parent
fef6126a74
commit
c8429365e3
|
@ -104,7 +104,7 @@ class sendDataThread(threading.Thread):
|
||||||
select.select([], [self.sslSock if isSSL else self.sock], [], 10)
|
select.select([], [self.sslSock if isSSL else self.sock], [], 10)
|
||||||
logger.debug('sock.recv retriable error')
|
logger.debug('sock.recv retriable error')
|
||||||
continue
|
continue
|
||||||
if e.errno in (errno.EPIPE):
|
if e.errno == errno.EPIPE:
|
||||||
logger.debug('Connection broken')
|
logger.debug('Connection broken')
|
||||||
return False
|
return False
|
||||||
raise
|
raise
|
||||||
|
|
Loading…
Reference in New Issue
Block a user