mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-07-12 00:40:10 +03:00
fixes #1113
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user