MINOR: servers: Kill priv_conns.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 2 Jan 2020 17:10:17 +0000 (18:10 +0100)
committerOlivier Houchard <cognet@ci0.org>
Wed, 11 Mar 2020 18:20:01 +0000 (19:20 +0100)
commit8676514d4ea43997a86a362d2b5edb03d9672d58
tree5d23a9e0fbcc75d8cf2a41a717a2350712f230e0
parent751e5e21a9b9228dc035bd4c65fe65a043b31f77
MINOR: servers: Kill priv_conns.

Remove the list of private connections from server, it has been largely
unused, we only inserted connections in it, but we would never actually
use it.
include/types/server.h
src/cfgparse.c
src/haproxy.c
src/hlua.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c