]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: use the socket layer operations from the peer instead of sock_raw
authorWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 20:18:17 +0000 (22:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 20:21:37 +0000 (22:21 +0200)
commit1348d4ce0bce14df542c1585172a26329bb6feed
tree04db1b533e92bf2baa4a1ccf36412218a8946857
parent4da69a91a014e35b2d3833a09d8053305b4f0908
MINOR: peers: use the socket layer operations from the peer instead of sock_raw

At the moment, all the peers are initialized to use sock_raw as the socket
layer, so use this info in peers_session_create() instead of the hard-coded
sock_raw.
src/peers.c