Ignore ConnectionResetError
This commit is contained in:
parent
5354720d2d
commit
6f3a496fab
1 changed files with 2 additions and 0 deletions
|
@ -722,3 +722,5 @@ class Session():
|
|||
self.sock.close()
|
||||
except BrokenPipeError:
|
||||
pass
|
||||
except ConnectionResetError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue