mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-28 01:31:01 +02:00
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.