commit | b0dfd099c56b8f8fd46686120a6cf1598bd5e470 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Mar 08 12:05:31 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Mar 08 12:21:36 2022 +0100 |
tree | 7d648e8dd018abf263ec0bdc2a5a9a31035f2544 | |
parent | 06715af9e565c82f39aa157c09d5b9e823490d14 [diff] |
BUG/MINOR: cli: shows correct mode in "show sess" The "show sess" cli command only handles "http" or "tcp" as a fallback mode, replace this by a call to proxy_mode_str() to show all the modes. Could be backported in every maintained versions.