]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: Move update receive code to reduce the size of the I/O handler.
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 23 Jan 2019 10:16:57 +0000 (11:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Jan 2019 09:29:54 +0000 (10:29 +0100)
commit168a34b45f9a49c22cc65e75a05c0c7238b0b0b1
tree526cd7f220bb18dd1a2b2b3805a89e4bfba755e8
parent6a8303d49e8fe7ffd8fc6e16d262945c3109aa78
MINOR: peers: Move update receive code to reduce the size of the I/O handler.

This patch implements a new function to treat the stick-table
update messages so that to reduce the size of the peer I/O handler
by ~200 lines.

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