diff --git a/src/gallia/transports/doip.py b/src/gallia/transports/doip.py index 8953a9be7..6f1e088f3 100644 --- a/src/gallia/transports/doip.py +++ b/src/gallia/transports/doip.py @@ -678,8 +678,7 @@ async def write( raise e # TargetUnreachable can be just a temporary issue. Thus, we do not raise # BrokenPipeError but instead ignore it here and let upper layers handle - # missing responses (i.e. raise a TimeoutError instead) + # missing responses logger.debug("DoIP message was ACKed with TargetUnreachable") - raise asyncio.TimeoutError from e return len(data)