]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: Add a protocol buffers specific converter.
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 6 Mar 2019 13:34:36 +0000 (14:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Mar 2019 14:36:02 +0000 (15:36 +0100)
commitbfe61381501f1cc87beb4bfcebd33f9af924e0d6
treed934acbdf8d444bd166b7ec07413c06aaa88f4b8
parent93d33168e2609ab161401e2d62ae650a90432ca4
MINOR: sample: Add a protocol buffers specific converter.

This patch adds "protobuf" protocol buffers specific converter wich
may used in combination with "ungrpc" as first converter to extract
a protocol buffers field value. It is simply implemented reusing
protobuf_field_lookup() which is the protocol buffers specific parser already
used by "ungrpc" converter which only parse a gRPC header in addition of
parsing protocol buffers message.

Update the documentation for this new "protobuf" converter.
doc/configuration.txt
src/sample.c