Skip to content

Commit aed4173

Browse files
committed
Revert "Prevent httpx from re-using connections"
This reverts commit cbe0a3c.
1 parent cbe0a3c commit aed4173

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guidellm/backend/openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ def _get_async_client(self) -> httpx.AsyncClient:
366366
http2=self.http2,
367367
timeout=self.timeout,
368368
follow_redirects=self.follow_redirects,
369-
limits=httpx.Limits(max_keepalive_connections=0),
370369
)
371370
self._async_client = client
372371
else:

0 commit comments

Comments
 (0)