MINOR: spoe: Move message encoding in its own function
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Sep 2017 14:38:22 +0000 (16:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commit10e376727a51229a56e7e644170aadf7462607f6
tree147ead7e2195f1fbf9c045ced3c9867ad4fe9f19
parent76c09ef8de396e7a269578f430b1c9b29b5c8d04
MINOR: spoe: Move message encoding in its own function

Instead of having a big function to encode a list of messages, now we have a
function to unroll the list and a function to encode the message itself.
src/flt_spoe.c