mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 12:09:09 +02:00
Now we exclusively use xprt_get(XPRT_RAW) instead of &raw_sock or xprt_get(XPRT_SSL) for &ssl_sock. This removes a bunch of #ifdef and include spread over a number of location including backend, cfgparse, checks, cli, hlua, log, server and session.