]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: Replace "req.ungrpc" smp fetch by a "ungrpc" converter.
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 27 Feb 2019 13:34:51 +0000 (14:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Mar 2019 07:28:42 +0000 (08:28 +0100)
commit50290fbb428112fe2bed56b53c0c3a1376f71ad5
tree53d4a955717c35a580e4bd4977273f53e501314b
parent927b88ba00c41212bb5352e655623562593f015e
MINOR: sample: Replace "req.ungrpc" smp fetch by a "ungrpc" converter.

This patch simply extracts the code of smp_fetch_req_ungrpc() for "req.ungrpc"
from http_fetch.c to move it to sample.c with very few modifications.
Furthermore smp_fetch_body_buf() used to fetch the body contents is no more needed.

Update the documentation for gRPC.
doc/configuration.txt
src/http_fetch.c
src/sample.c