Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connected_socket(): fix validation check for HAPEE >= 2.1
The command `socket info` returns metadata about the socket connection to a HAProxy process. Since the latest release of HAProxy Enterprise Edition (2.1), the `Name` entry is no longer "HAProxy" but "hapee-lb". This broke our validation check, causing connected_socket() to always return False.
- Loading branch information