mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 13:03:47 +02:00
Add a new field alt_proto to the server structures that specify if an alternate protocol should be used for this server. This field can be transparently passed to protocol_lookup to get an appropriate protocol structure. This change allows thus to create servers with different protocols, and not only TCP anymore.