Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: if the only stream in a connection times out, prevent re-use to …
…abandon the connection. This commit mitigates some raciness which can occur when an established connection fails. Without it, the connection can continue to be drawn from the connection pool, leading to subsequent requests failing.
- Loading branch information