This commit is contained in:
Flowseal
2026-07-08 00:43:13 +03:00
parent 3143eb7147
commit e81f0a973d
+1 -1
View File
@@ -344,7 +344,7 @@ async def _handle_client(reader, writer, secret: bytes):
ws_timed_out = False
all_redirects = True
ws = await ws_pool.get(dc, is_media, target, domains, path=ws_path) if not is_test_dc else None
ws = await ws_pool.get(dc, is_media, target, domains) if not is_test_dc else None
if ws:
log.info("[%s] DC%d%s -> pool hit via %s",
label, dc, media_tag, target)