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
|
break
|
||||||
except ConnectionResetError:
|
except ConnectionResetError:
|
||||||
pass
|
pass
|
||||||
|
except IncompleteReadError:
|
||||||
|
pass
|
||||||
except Exception:
|
except Exception:
|
||||||
logging.warn(traceback.format_exc())
|
logging.warn(traceback.format_exc())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user