commit | 444243c62cf54e88ac3d6a9ece41e15f9d859ef1 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jan 24 15:40:11 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 29 10:29:54 2019 +0100 |
tree | 98ff201ebc215b7dab2f8b9feb85e6b109c3f1f2 | |
parent | 7d0ceeec8032d5911b475ffbe791885ab17a6d5f [diff] |
MINOR: peers: move messages treatment code to reduce the size of the I/O handler. Extract the code of the peer I/O handler responsible of treating any peer protocol message to create peer_treat_awaited_msg() function. Also rename peer_recv_updatemsg() to peer_treat_updatemsg() as this function only parse a stick-table update message already received by peer_recv_msg(). May be backported as far as 1.5.