mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-23 07:11:43 +02:00
Instead of hard-coding sock_raw in connect_server(), we set this socket operation at config parsing time. Right now, only servers and peers have it. Proxies are still hard-coded as sock_raw. This will be needed for future work on SSL which requires a different socket layer.