diff --git a/vdirsyncer/http.py b/vdirsyncer/http.py index 437a977..bb5f6d8 100644 --- a/vdirsyncer/http.py +++ b/vdirsyncer/http.py @@ -268,7 +268,6 @@ async def request( except ( ServerDisconnectedError, ServerTimeoutError, - ClientConnectionError, asyncio.TimeoutError, ) as e: # Retry only if the method is safe/idempotent for our DAV use