MINOR: http-ana: Use a dedicated function to send a response from an http reply
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 May 2020 14:38:37 +0000 (16:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commit0e2ad613156b51159a1038724be637d21941321f
tree3cb5285e5dac383fa5986377e46f004e7908b5f9
parent7eea241c391c019e8352b55c2167717b09fbc944
MINOR: http-ana: Use a dedicated function to send a response from an http reply

The http_reply_message() function may be used to send an http reply to a
client. This function is responsile to convert the reply in HTX, to push it in
the response buffer and to forward it to the client. It is also responsible to
terminate the transaction.

This function is used during evaluation of http return rules.
include/proto/http_ana.h
src/http_act.c
src/http_ana.c