We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f83fd9 commit e3485beCopy full SHA for e3485be
vdirsyncer/storage/dav.py
@@ -422,6 +422,7 @@ def _session(self):
422
return aiohttp.ClientSession(
423
connector=self.connector,
424
connector_owner=False,
425
+ trust_env=True,
426
# TODO use `raise_for_status=true`, though this needs traces first,
427
)
428
vdirsyncer/storage/http.py
@@ -68,6 +68,7 @@ async def list(self):
68
async with aiohttp.ClientSession(
69
70
71
72
73
) as session:
74
r = await request(
0 commit comments