mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 15:52:11 +02:00
Current example is: `echo "reload" | socat /var/run/haproxy-master.sock` it will cause socat error: `exactly 2 addresses required (there are 1); use option "-h" for help` Correct working command is: `echo "reload" | socat /var/run/haproxy-master.sock stdin`