Commit fb7b416
committed
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.1 parent a49d8b5 commit fb7b416
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments