fix: 修复 http缺少cls

This commit is contained in:
fawney19
2026-03-06 18:01:28 +08:00
parent 050cba9563
commit a7088ee538

View File

@@ -519,6 +519,7 @@ class HTTPClientPool:
return bool(clients)
@classmethod
async def get_upstream_client(
cls,
delegate_cfg: dict[str, Any] | None,