# Eliminate connection errors in concurrent workloads by isolating HTTP/2 clients

> We fixed an issue where a shared HTTP/2 client was being injected across all model providers, causing connection conflicts and transient failures under concurrent load.

- Published: 2026-04-14
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/eliminate-connection-errors-in-concurrent-workloads-by-isolating-http-2-clients
- Markdown: https://agno-com-nine.vercel.app/articles/eliminate-connection-errors-in-concurrent-workloads-by-isolating-http-2-clients.md

We fixed an issue where a shared HTTP/2 client was being injected across all model providers, causing connection conflicts and transient failures under concurrent load. Each provider now maintains its own client, eliminating the source of these errors across all providers simultaneously.
