haproxy/admin
William Lallemand 2a0cf52cfc MEDIUM: admin: haproxy-reload conversion to POSIX sh
The script relied on a bash-specific process substitution (< <(...)) to
feed socat's output into the read loop. This is replaced with a standard
POSIX pipe into a command group.

The response parsing is also simplified: instead of iterating over each
line with a while loop and echoing them individually, the status line is
read first, the "--" separator consumed, and the remaining output is
streamed to stderr or discarded as a whole depending on the verbosity
level.

Could be backported to 3.3 as it makes it more portable, but introduce a
slight change in the error format.
2026-03-08 01:37:52 +01:00
..
cli MEDIUM: admin: haproxy-reload conversion to POSIX sh 2026-03-08 01:37:52 +01:00
dyncookie CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h 2021-09-11 19:58:45 +02:00
halog BUILD: halog: misleading indentation in halog.c 2025-09-26 16:01:50 +02:00
iprange CONTRIB: move some admin-related sub-projects to admin/ 2021-04-02 17:48:42 +02:00
netsnmp-perl ADMIN: netsnmp: report "HAProxy" and not "Haproxy" in output descriptions 2021-05-09 06:41:37 +02:00
release-estimator CLEANUP: assorted typo fixes in the code and comments 2024-09-03 17:49:21 +02:00
selinux CONTRIB: move some admin-related sub-projects to admin/ 2021-04-02 17:48:42 +02:00
syntax-highlight MAJOR: config: remove parsing of the global "nbproc" directive 2021-06-11 17:02:13 +02:00
systemd MEDIUM: systemd: implement directory loading 2026-01-16 09:55:33 +01:00
wireshark-dissectors/peers CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00