proxy: Refactor http conn pool (#9785)

- Use the same ConnPoolEntry for http connection pool.
- Rename EndpointConnPool to the HttpConnPool.
- Narrow clone bound for client

Fixes #9284
This commit is contained in:
Ivan Efremov
2024-11-20 21:36:29 +02:00
committed by GitHub
parent 313ebfdb88
commit 2d6bf176a0
7 changed files with 187 additions and 238 deletions

View File

@@ -779,6 +779,7 @@ async fn handle_auth_broker_inner(
let _metrics = client.metrics();
Ok(client
.inner
.inner
.send_request(req)
.await