commit | 6ab2bae08499442ec22d2d43d5bfed0127d2db86 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <thierry.fournier@ozon.io> | Wed Apr 19 11:49:44 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 27 11:50:41 2017 +0200 |
tree | 4b204dfce932e4f21b9271497e2b0c1691019959 | |
parent | f4128a9981de0b0fd5f5cea9e58942245eeef332 [diff] |
REORG: spoe: move spoe_encode_varint / spoe_decode_varint from spoe to common These encoding functions does general stuff and can be used in other context than spoe. This patch moves the function spoe_encode_varint and spoe_decode_varint from spoe to common. It also remove the prefix spoe. These functions will be used for encoding values in new binary sample fetch.