Remove RawConnError
from exception handling
This commit is contained in:
parent
8f52315816
commit
a390d21385
|
@ -58,5 +58,5 @@ class RawConnection(IRawConnection):
|
||||||
try:
|
try:
|
||||||
await self.writer.wait_closed()
|
await self.writer.wait_closed()
|
||||||
# In case the connection is already reset.
|
# In case the connection is already reset.
|
||||||
except (ConnectionResetError, RawConnError):
|
except ConnectionResetError:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user