Document some errors, bump v1.10.7

This commit is contained in:
Lonami Exo
2019-10-27 18:50:08 +01:00
parent 0a8103b6e8
commit baacecadc5
4 changed files with 4 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ class Connection(abc.ABC):
try:
await self._writer.wait_closed()
except Exception as e:
# Seen OSError: No route to host
# Seen OSError: No route to host and [Errno 32] Broken pipe
# Disconnecting should never raise
self._log.warning('Unhandled %s on disconnect: %s', type(e), e)