]> git.kaiwu.me - haproxy.git/commit
MINOR: sample: Extract some protocol buffers specific code.
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 6 Mar 2019 07:03:44 +0000 (08:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Mar 2019 14:36:02 +0000 (15:36 +0100)
commit5f33f85ce83c0217eba550cd988e9fea1f5d6570
tree59d8434754a4400773b08937acece552a9371022
parent1aabc939780d5eab1f88089d01fb077ad9315c65
MINOR: sample: Extract some protocol buffers specific code.

We move the code responsible of parsing protocol buffers messages
inside gRPC messages from sample.c to include/proto/protocol_buffers.h
so that to reuse it to cascade "ungrpc" converter.
include/proto/protocol_buffers.h
src/sample.c