]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: move send code to reduce the size of the I/O handler.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 24 Jan 2019 16:33:48 +0000 (17:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Jan 2019 09:29:54 +0000 (10:29 +0100)
commit25e1d5e435e92f3bac51135f0579e56729676e37
tree3d1dcf2dc087e904f17bca20de161c7c3d55efc4
parent444243c62cf54e88ac3d6a9ece41e15f9d859ef1
MINOR: peers: move send code to reduce the size of the I/O handler.

This patch extracts the code responsible of sending peer protocol
messages from the peer I/O handler to create a new function and to
reduce the size of this handler.

May be backported as far as 1.5.
src/peers.c