commit | fd95c62f1b07ee0a553458a83c201b7094d7aa6b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Feb 26 14:09:08 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 26 16:27:05 2019 +0100 |
tree | 3d861903d69904081b7be950f2307924ebaf5c69 | |
parent | 1fceee8316ba2a30cded3f42f958be83f7bf4c94 [diff] |
MINOR: sample: Add two sample converters for protocol buffers. Add "varint" to convert all the protocol buffers binary varints excepted the signed ones ("sint32" and "sint64") to an integer. The binary signed varints may be converted to an integer with "svarint" converter implemented by this patch. These two new converters do not take any argument.