commit | 10e376727a51229a56e7e644170aadf7462607f6 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 21 16:38:22 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 11:36:12 2017 +0100 |
tree | 147ead7e2195f1fbf9c045ced3c9867ad4fe9f19 | |
parent | 76c09ef8de396e7a269578f430b1c9b29b5c8d04 [diff] |
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.