Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't use connection pool in
Endpoint::is_reachable
The point of this function is to test if a given address can be connected to. If we use the connection pool, we may use a connection that they established, giving us a false positive.
- Loading branch information