Don't spam incompleteread errors in block diffusion
This commit is contained in:
parent
9a0a9f11b2
commit
70c7eca9c5
@ -102,6 +102,8 @@ async def diffuse_blocks(reader: 'StreamReader', writer: 'StreamWriter'):
|
||||
break
|
||||
except ConnectionResetError:
|
||||
pass
|
||||
except IncompleteReadError:
|
||||
pass
|
||||
except Exception:
|
||||
logging.warn(traceback.format_exc())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user