don't retry fronting connect

This commit is contained in:
Flowseal
2026-07-28 10:55:36 +03:00
parent 129a760996
commit a0545cca64
+2
View File
@@ -136,6 +136,8 @@ class _WsPool:
self.try_fronting_first = False
return ws
except asyncio.TimeoutError:
if self.try_fronting_first:
return None
return await self._connect_fronted(target_ip, domain)
except WsHandshakeError as exc:
if exc.is_redirect: