commit | 50290fbb428112fe2bed56b53c0c3a1376f71ad5 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Feb 27 14:34:51 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 04 08:28:42 2019 +0100 |
tree | 53d4a955717c35a580e4bd4977273f53e501314b | |
parent | 927b88ba00c41212bb5352e655623562593f015e [diff] |
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.