Hello, On Mon, May 10, 2021 at 05:23:02PM +0200, PR Bot wrote: > Description: > 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`
Indeed! We can also use "socat /path/to/socket -" by the way. I've slightly adjusted the subject of the commit message and merged it. Thank you! Willy

